Home
last modified time | relevance | path

Searched refs:found_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c83 enum page_cache_mode found_type = reqtype; in memtype_check_conflict() local
89 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
93 found_type = entry_match->type; in memtype_check_conflict()
97 if (entry_match->type != found_type) in memtype_check_conflict()
104 *newtype = found_type; in memtype_check_conflict()
111 cattr_name(found_type), cattr_name(entry_match->type)); in memtype_check_conflict()
/openbmc/linux/fs/btrfs/
H A Dinode-item.c473 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
535 found_type = found_key.type; in btrfs_truncate_inode_items()
540 if (found_type < control->min_type) in btrfs_truncate_inode_items()
544 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
559 if (found_type > control->min_type) { in btrfs_truncate_inode_items()
571 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
692 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
H A Dtree-log.c632 int found_type; in replay_one_extent() local
642 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
644 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
645 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
655 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
680 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
681 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
715 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
716 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
879 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
H A Dextent-tree.c2628 int found_type; in btrfs_exclude_logged_extents() local
2640 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2641 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
H A Dinode.c7075 int found_type; in can_nocow_extent() local
7113 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7137 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()