Searched refs:MS_SLAVE (Results 1 – 4 of 4) sorted by relevance
207 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()212 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()216 } else if (flags & MS_SLAVE) { in tomoyo_mount_permission()220 flags &= ~MS_SLAVE; in tomoyo_mount_permission()222 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE)) in tomoyo_mount_permission()
87 #define MS_SLAVE (1<<19) /* change to slave */ macro
126 if (type != MS_SLAVE) { in change_mnt_propagation()
2000 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()2711 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in do_mount()