Home
last modified time | relevance | path

Searched refs:MS_MGC_MSK (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dmount.c198 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in tomoyo_mount_permission()
199 flags &= ~MS_MGC_MSK; in tomoyo_mount_permission()
/linux-4.4.14/include/uapi/linux/
Dfs.h111 #define MS_MGC_MSK 0xffff0000 macro
/linux-4.4.14/fs/
Dnamespace.c2664 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in do_mount()
2665 flags &= ~MS_MGC_MSK; in do_mount()