Home
last modified time | relevance | path

Searched refs:MS_UNBINDABLE (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dmount.h39 #define MS_UNBINDABLE (1 << 17) macro
/aosp12/bootable/recovery/updater/
H A Dupdater_runtime.cpp59 { "unbindable", MS_UNBINDABLE }, in setMountFlag()
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp303 {"unbindable", MS_UNBINDABLE}, in TEST()
395 EXPECT_EQ(static_cast<unsigned long>(MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE), entry->flags); in TEST()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp72 {"unbindable", MS_UNBINDABLE},
H A Dfs_mgr_overlayfs.cpp386 if (entry->flags & MS_UNBINDABLE) return false; in fs_mgr_wants_overlayfs()
/aosp12/system/core/init/
H A Dbuiltins.cpp476 { "unbindable", MS_UNBINDABLE },