Home
last modified time | relevance | path

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

/linux/security/tomoyo/
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()
/linux/tools/include/uapi/linux/
A Dmount.h33 #define MS_SLAVE (1<<19) /* change to slave */ macro
/linux/include/uapi/linux/
A Dmount.h33 #define MS_SLAVE (1<<19) /* change to slave */ macro
/linux/tools/testing/selftests/firmware/
A Dfw_namespace.c105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()
/linux/security/apparmor/
A Dmount.c65 if (flags & MS_SLAVE) in audit_mnt_flags()
470 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
A Dlsm.c556 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
/linux/fs/
A Dpnode.c129 if (type != MS_SLAVE) { in change_mnt_propagation()
A Dnamespace.c2299 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
3313 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
3558 (MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)

Completed in 19 milliseconds