Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mount.c81 uint64_t fsflags, bool only_export, bool jail_export,
814 bool autoro, has_nonexport, only_export, jail_export; in vfs_donmount() local
869 only_export = false; in vfs_donmount()
964 only_export = true; in vfs_donmount()
1000 only_export = false; in vfs_donmount()
1006 if (only_export && jailed(td->td_ucred) && in vfs_donmount()
1010 error = vfs_domount(td, fstype, fspath, fsflags, only_export, in vfs_donmount()
1029 error = vfs_domount(td, fstype, fspath, fsflags, only_export, in vfs_donmount()
1337 bool only_export, /* Got export option. */ in vfs_domount_update() argument
1488 if (!only_export) in vfs_domount_update()
[all …]