Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c329 if (!vfs_getopts(opts, "fspath", &err)) in fuse_vfsop_mount()
351 subtype = vfs_getopts(opts, "subtype=", &err); in fuse_vfsop_mount()
361 fspec = vfs_getopts(opts, "from", &err); in fuse_vfsop_mount()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c149 fspec = vfs_getopts(mp->mnt_optnew, "from", &error); in cd9660_mount()
447 cs_local = vfs_getopts(mp->mnt_optnew, "cs_local", &error); in iso_mountfs()
450 cs_disk = vfs_getopts(mp->mnt_optnew, "cs_disk", &error); in iso_mountfs()
/freebsd/sys/fs/p9fs/
H A Dp9fs_subr.c89 access = vfs_getopts(mp->mnt_optnew, "access", error); in p9fs_init_session()
/freebsd/sys/sys/
H A Dmount.h1022 char *vfs_getopts(struct vfsoptlist *, const char *, int *error);
/freebsd/sys/security/mac_do/
H A Dmac_do.c1414 rules_string = vfs_getopts(opts, "mac.do.rules", &error); in mac_do_jail_set()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c380 fspec = vfs_getopts(mp->mnt_optnew, "from", &error); in ffs_mount()
/freebsd/share/man/man9/
H A DMakefile2392 vfs_getopt.9 vfs_getopts.9 \
/freebsd/sys/kern/
H A Dvfs_mount.c2602 vfs_getopts(struct vfsoptlist *opts, const char *name, int *error) in vfs_getopts() function