Searched refs:MS_SLAVE (Results 1 – 8 of 8) sorted by relevance
211 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()
33 #define MS_SLAVE (1<<19) /* change to slave */ macro
105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()
65 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()
556 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
129 if (type != MS_SLAVE) { in change_mnt_propagation()
2299 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