Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/trace/beauty/
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-v6.6/security/tomoyo/
Dmount.c202 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in tomoyo_mount_permission()
203 flags &= ~MS_MGC_MSK; in tomoyo_mount_permission()
/Linux-v6.6/tools/include/uapi/linux/
Dmount.h59 #define MS_MGC_MSK 0xffff0000 macro
/Linux-v6.6/include/uapi/linux/
Dmount.h59 #define MS_MGC_MSK 0xffff0000 macro
/Linux-v6.6/security/apparmor/
Dlsm.c580 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in apparmor_sb_mount()
581 flags &= ~MS_MGC_MSK; in apparmor_sb_mount()
/Linux-v6.6/fs/
Dnamespace.c3594 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in path_mount()
3595 flags &= ~MS_MGC_MSK; in path_mount()