Searched refs:vfs_filteropt (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/fs/autofs/ |
| H A D | autofs_vfsops.c | 62 if (vfs_filteropt(mp->mnt_optnew, autofs_opts)) in autofs_mount()
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vfsops.c | 86 if (vfs_filteropt(mp->mnt_optnew, devfs_opts)) in devfs_mount()
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 341 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 D | smbfs_vfsops.c | 147 if (vfs_filteropt(mp->mnt_optnew, smbfs_opts)) { in smbfs_mount()
|
| /freebsd/sys/fs/p9fs/ |
| H A D | p9fs_vfsops.c | 421 if (vfs_filteropt(mp->mnt_optnew, p9fs_opts)) in p9_mount()
|
| /freebsd/sys/sys/ |
| H A D | mount.h | 1046 int vfs_filteropt(struct vfsoptlist *, const char **legal);
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | msdosfs_vfsops.c | 243 if (vfs_filteropt(mp->mnt_optnew, msdosfs_opts)) in msdosfs_mount()
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_vfsops.c | 949 if (vfs_filteropt(mp->mnt_optnew, tarfs_opts)) in tarfs_mount()
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_vfsops.c | 136 if (vfs_filteropt(opts, ext2_opts)) in ext2_mount()
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 362 if (vfs_filteropt(mp->mnt_optnew, ffs_opts)) in ffs_mount()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 950 if (vfs_filteropt(mp->mnt_optnew, nfs_opts)) { in nfs_mount()
|
| /freebsd/sys/kern/ |
| H A D | vfs_mount.c | 2501 vfs_filteropt(struct vfsoptlist *opts, const char **legal) in vfs_filteropt() function
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 2405 vfs_getopt.9 vfs_filteropt.9 \
|