Home
last modified time | relevance | path

Searched refs:MS_UNBINDABLE (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()
217 if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE)) in tomoyo_mount_permission()
221 } else if (flags & MS_UNBINDABLE) { in tomoyo_mount_permission()
225 flags &= ~MS_UNBINDABLE; in tomoyo_mount_permission()
/linux-4.1.27/include/uapi/linux/
Dfs.h85 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/linux-4.1.27/fs/
Dpnode.c129 if (type == MS_UNBINDABLE) 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()