Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dmount.c207 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()
/linux-4.1.27/include/uapi/linux/
Dfs.h87 #define MS_SLAVE (1<<19) /* change to slave */ macro
/linux-4.1.27/fs/
Dpnode.c126 if (type != MS_SLAVE) { in change_mnt_propagation()
Dnamespace.c2000 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()