Searched refs:vfs_getopts (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 329 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 D | cd9660_vfsops.c | 149 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 D | p9fs_subr.c | 89 access = vfs_getopts(mp->mnt_optnew, "access", error); in p9fs_init_session()
|
/freebsd/sys/sys/ |
H A D | mount.h | 1022 char *vfs_getopts(struct vfsoptlist *, const char *, int *error);
|
/freebsd/sys/security/mac_do/ |
H A D | mac_do.c | 1414 rules_string = vfs_getopts(opts, "mac.do.rules", &error); in mac_do_jail_set()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 380 fspec = vfs_getopts(mp->mnt_optnew, "from", &error); in ffs_mount()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 2392 vfs_getopt.9 vfs_getopts.9 \
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 2602 vfs_getopts(struct vfsoptlist *opts, const char *name, int *error) in vfs_getopts() function
|