Searched refs:NS_BOOTSTRAP (Results 1 – 4 of 4) sorted by relevance
24 enum MountNamespace { NS_BOOTSTRAP, NS_DEFAULT }; enumerator
294 const auto& ns_id = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_id : default_ns_id; in SwitchToMountNamespaceIfNeeded()295 const auto& ns_fd = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_fd : default_ns_fd; in SwitchToMountNamespaceIfNeeded()296 const auto& ns_name = target_mount_namespace == NS_BOOTSTRAP ? "bootstrap" : "default"; in SwitchToMountNamespaceIfNeeded()312 return NS_BOOTSTRAP; in GetCurrentMountNamespace()
482 override_mount_namespace = NS_BOOTSTRAP; in Start()
873 if (!SwitchToMountNamespaceIfNeeded(NS_BOOTSTRAP).ok()) { in DoUserspaceReboot()