Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dmount.c199 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in tomoyo_mount_permission()
200 flags &= ~MS_MGC_MSK; in tomoyo_mount_permission()
/Linux-v4.19/include/uapi/linux/
Dfs.h153 #define MS_MGC_MSK 0xffff0000 macro
/Linux-v4.19/security/apparmor/
Dlsm.c529 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in apparmor_sb_mount()
530 flags &= ~MS_MGC_MSK; in apparmor_sb_mount()
/Linux-v4.19/fs/
Dnamespace.c2716 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in do_mount()
2717 flags &= ~MS_MGC_MSK; in do_mount()