Home
last modified time | relevance | path

Searched refs:MS_SLAVE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dmount.c211 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
216 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
220 } else if (flags & MS_SLAVE) { in tomoyo_mount_permission()
224 flags &= ~MS_SLAVE; in tomoyo_mount_permission()
226 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE)) in tomoyo_mount_permission()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dmount.h69 MS_SLAVE = 1 << 19, /* Change to slave. */ enumerator
70 #define MS_SLAVE MS_SLAVE macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dmount.h69 MS_SLAVE = 1 << 19, /* Change to slave. */ enumerator
70 #define MS_SLAVE MS_SLAVE macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dmount.h31 #define MS_SLAVE (1<<19) /* change to slave */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmount.h31 #define MS_SLAVE (1<<19) /* change to slave */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/
H A Dfw_namespace.c105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfs.h127 #define MS_SLAVE (1<<19) /* change to slave */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfs.h127 #define MS_SLAVE (1<<19) /* change to slave */ macro
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dmount.c65 if (flags & MS_SLAVE) in audit_mnt_flags()
471 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
H A Dlsm.c547 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
/OK3568_Linux_fs/kernel/fs/
H A Dpnode.c129 if (type != MS_SLAVE) { in change_mnt_propagation()
H A Dnamespace.c2286 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
3224 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h495 #define MS_SLAVE (1<<19) /* change to slave */ macro