Searched refs:MS_SLAVE (Results 1 – 13 of 13) 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()
69 MS_SLAVE = 1 << 19, /* Change to slave. */ enumerator70 #define MS_SLAVE MS_SLAVE macro
31 #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()
127 #define MS_SLAVE (1<<19) /* change to slave */ macro
65 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()
547 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
129 if (type != MS_SLAVE) { in change_mnt_propagation()
2286 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()
495 #define MS_SLAVE (1<<19) /* change to slave */ macro