Searched refs:jail_export (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | vfs_mount.c | 79 uint64_t fsflags, bool jail_export, 808 bool autoro, has_nonexport, jail_export; in vfs_donmount() local 863 jail_export = false; in vfs_donmount() 959 jail_export = true; in vfs_donmount() 996 jail_export = false; in vfs_donmount() 998 error = vfs_domount(td, fstype, fspath, fsflags, jail_export, &optlist); in vfs_donmount() 1016 error = vfs_domount(td, fstype, fspath, fsflags, jail_export, in vfs_donmount() 1307 bool jail_export, /* Got export option in vnet prison. */ in vfs_domount_update() argument 1359 if (jail_export && error != 0) { in vfs_domount_update() 1450 if (!jail_export) in vfs_domount_update() [all …]
|