Searched refs:ignore_flags (Results 1 – 2 of 2) sorted by relevance
1168 unsigned long ignore_flags = _KERNPG_TABLE | _PAGE_USER; in p4d_bad() local1171 ignore_flags |= _PAGE_NX; in p4d_bad()1173 return (p4d_flags(p4d) & ~ignore_flags) != 0; in p4d_bad()1211 unsigned long ignore_flags = _PAGE_USER; in pgd_bad() local1217 ignore_flags |= _PAGE_NX; in pgd_bad()1219 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()
2347 const bool ignore_flags = btrfs_test_opt(fs_info, IGNORESUPERFLAGS); in btrfs_validate_super() local2354 if (!ignore_flags) { in btrfs_validate_super()