Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/uapi/linux/
Dfs.h111 #define MS_MGC_MSK 0xffff0000 macro
/linux-4.1.27/fs/
Dnamespace.c2655 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in do_mount()
2656 flags &= ~MS_MGC_MSK; in do_mount()