Searched refs:NS_BOOTSTRAP (Results 1 – 4 of 4) sorted by relevance
204 current_mount_namespace = NS_BOOTSTRAP; in SwitchToMountNamespaceIfNeeded()217 const auto& ns_fd = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_fd : default_ns_fd; in SwitchToMountNamespaceIfNeeded()218 const auto& ns_name = target_mount_namespace == NS_BOOTSTRAP ? "bootstrap" : "default"; in SwitchToMountNamespaceIfNeeded()234 return NS_BOOTSTRAP; in GetCurrentMountNamespace()
24 enum MountNamespace { NS_BOOTSTRAP, NS_DEFAULT }; enumerator
808 mount_namespace_ = IsDefaultMountNamespaceReady() ? NS_DEFAULT : NS_BOOTSTRAP; in SetMountNamespace()
917 if (!SwitchToMountNamespaceIfNeeded(NS_BOOTSTRAP).ok()) { in DoUserspaceReboot()