Lines Matching defs:jail_export
78 uint64_t fsflags, bool jail_export,
807 bool autoro, has_nonexport, jail_export;
848 * then the jail_export argument of vfs_domount() will be true.
849 * When jail_export is true, the vfs_suser() check does not cause
862 jail_export = false;
958 jail_export = true;
991 * vnet prison that can run mountd(8), set jail_export false.
995 jail_export = false;
997 error = vfs_domount(td, fstype, fspath, fsflags, jail_export, &optlist);
1015 error = vfs_domount(td, fstype, fspath, fsflags, jail_export,
1306 bool jail_export, /* Got export option in vnet prison. */
1353 * jail_export set true indicates that "export" is not mixed
1358 if (jail_export && error != 0) {
1449 if (!jail_export)
1589 bool jail_export, /* Got export option in vnet prison. */
1607 if (jail_export) {
1692 error = vfs_domount_update(td, vp, fsflags, jail_export,