Searched refs:MS_MGC_MSK (Results 1 – 10 of 10) sorted by relevance
32 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()
202 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in tomoyo_mount_permission()203 flags &= ~MS_MGC_MSK; in tomoyo_mount_permission()
57 #define MS_MGC_MSK 0xffff0000 macro
97 #define MS_MGC_MSK 0xffff0000 /* Magic flag number mask */ macro
153 #define MS_MGC_MSK 0xffff0000 macro
536 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in apparmor_sb_mount()537 flags &= ~MS_MGC_MSK; in apparmor_sb_mount()
3161 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in path_mount()3162 flags &= ~MS_MGC_MSK; in path_mount()