Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
H A Dmount_flags.c32 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in syscall_arg__mask_val_mount_flags()
33 flags &= ~MS_MGC_MSK; in syscall_arg__mask_val_mount_flags()
/linux/security/tomoyo/
H A Dmount.c204 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in tomoyo_mount_permission()
205 flags &= ~MS_MGC_MSK; in tomoyo_mount_permission()
/linux/tools/include/uapi/linux/
H A Dmount.h59 #define MS_MGC_MSK 0xffff0000 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h59 #define MS_MGC_MSK 0xffff0000 macro
/linux/security/apparmor/
H A Dlsm.c714 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in apparmor_sb_mount()
715 flags &= ~MS_MGC_MSK; in apparmor_sb_mount()