Home
last modified time | relevance | path

Searched refs:vfs_getopts (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/fs/fuse/
HDfuse_vfsops.c328 if (!vfs_getopts(opts, "fspath", &err)) in fuse_vfsop_mount()
350 subtype = vfs_getopts(opts, "subtype=", &err); in fuse_vfsop_mount()
360 fspec = vfs_getopts(opts, "from", &err); in fuse_vfsop_mount()
/freebsd-13-stable/sys/fs/cd9660/
HDcd9660_vfsops.c152 fspec = vfs_getopts(mp->mnt_optnew, "from", &error); in cd9660_mount()
452 cs_local = vfs_getopts(mp->mnt_optnew, "cs_local", &error);
455 cs_disk = vfs_getopts(mp->mnt_optnew, "cs_disk", &error);
/freebsd-13-stable/sys/sys/
HDmount.h982 char *vfs_getopts(struct vfsoptlist *, const char *, int *error);
/freebsd-13-stable/sys/ufs/ffs/
HDffs_vfsops.c409 fspec = vfs_getopts(mp->mnt_optnew, "from", &error); in ffs_mount()
/freebsd-13-stable/sys/kern/
HDvfs_mount.c2261 vfs_getopts(struct vfsoptlist *opts, const char *name, int *error) in vfs_getopts() function
/freebsd-13-stable/share/man/man9/
HDMakefile2336 vfs_getopt.9 vfs_getopts.9 \