Home
last modified time | relevance | path

Searched refs:vfs_filteropt (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/fs/autofs/
H A Dautofs_vfsops.c62 if (vfs_filteropt(mp->mnt_optnew, autofs_opts)) in autofs_mount()
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c86 if (vfs_filteropt(mp->mnt_optnew, devfs_opts)) in devfs_mount()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c341 if (vfs_filteropt(mp->mnt_optnew, tmpfs_opts)) in tmpfs_mount()
346 if (vfs_filteropt(mp->mnt_optnew, tmpfs_updateopts) != 0) in tmpfs_mount()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vfsops.c147 if (vfs_filteropt(mp->mnt_optnew, smbfs_opts)) { in smbfs_mount()
/freebsd/sys/sys/
H A Dmount.h1014 int vfs_filteropt(struct vfsoptlist *, const char **legal);
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c243 if (vfs_filteropt(mp->mnt_optnew, msdosfs_opts)) in msdosfs_mount()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c951 if (vfs_filteropt(mp->mnt_optnew, tarfs_opts)) in tarfs_mount()
/freebsd/sys/fs/ext2fs/
H A Dext2_vfsops.c136 if (vfs_filteropt(opts, ext2_opts)) in ext2_mount()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c944 if (vfs_filteropt(mp->mnt_optnew, nfs_opts)) { in nfs_mount()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c358 if (vfs_filteropt(mp->mnt_optnew, ffs_opts)) in ffs_mount()
/freebsd/sys/kern/
H A Dvfs_mount.c2462 vfs_filteropt(struct vfsoptlist *opts, const char **legal) in vfs_filteropt()
2455 vfs_filteropt(struct vfsoptlist *opts, const char **legal) vfs_filteropt() function
/freebsd/share/man/man9/
H A DMakefile2347 vfs_getopt.9 vfs_filteropt.9 \