Home
last modified time | relevance | path

Searched refs:ignore_flags (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable.h1094 unsigned long ignore_flags = _KERNPG_TABLE | _PAGE_USER; in p4d_bad() local
1097 ignore_flags |= _PAGE_NX; in p4d_bad()
1099 return (p4d_flags(p4d) & ~ignore_flags) != 0; in p4d_bad()
1137 unsigned long ignore_flags = _PAGE_USER; in pgd_bad() local
1143 ignore_flags |= _PAGE_NX; in pgd_bad()
1145 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()
/linux/fs/btrfs/
H A Ddisk-io.c2376 const bool ignore_flags = btrfs_test_opt(fs_info, IGNORESUPERFLAGS); in btrfs_validate_super() local
2383 if (!ignore_flags) { in btrfs_validate_super()