Lines Matching refs:jail_export
77 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()
1590 bool jail_export, /* Got export option in vnet prison. */ in vfs_domount() argument
1608 if (jail_export) { in vfs_domount()
1693 error = vfs_domount_update(td, vp, fsflags, jail_export, in vfs_domount()