Searched refs:only_export (Results 1 – 1 of 1) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_mount.c | 77 uint64_t fsflags, bool only_export, bool jail_export, 809 bool autoro, has_nonexport, only_export, jail_export; in vfs_donmount() local 864 only_export = false; in vfs_donmount() 959 only_export = true; in vfs_donmount() 995 only_export = false; in vfs_donmount() 1001 if (only_export && jailed(td->td_ucred) && in vfs_donmount() 1005 error = vfs_domount(td, fstype, fspath, fsflags, only_export, in vfs_donmount() 1024 error = vfs_domount(td, fstype, fspath, fsflags, only_export, in vfs_donmount() 1317 bool only_export, /* Got export option. */ in vfs_domount_update() argument 1462 if (!only_export) in vfs_domount_update() [all …]
|