Searched refs:MS_MGC_MSK (Results 1 – 6 of 6) 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()
59 #define MS_MGC_MSK 0xffff0000 macro
580 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in apparmor_sb_mount()581 flags &= ~MS_MGC_MSK; in apparmor_sb_mount()
3304 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) in path_mount()3305 flags &= ~MS_MGC_MSK; in path_mount()
Completed in 17 milliseconds