Searched refs:NS_BOOTSTRAP (Results 1 – 4 of 4) sorted by relevance
24 enum MountNamespace { NS_BOOTSTRAP, NS_DEFAULT }; enumerator
286 const auto& ns_id = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_id : default_ns_id; in SwitchToMountNamespaceIfNeeded()287 const auto& ns_fd = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_fd : default_ns_fd; in SwitchToMountNamespaceIfNeeded()288 const auto& ns_name = target_mount_namespace == NS_BOOTSTRAP ? "bootstrap" : "default"; in SwitchToMountNamespaceIfNeeded()
475 override_mount_namespace = NS_BOOTSTRAP; in Start()
839 if (!SwitchToMountNamespaceIfNeeded(NS_BOOTSTRAP)) { in DoUserspaceReboot()