Home
last modified time | relevance | path

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

/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()
/linux/fs/btrfs/
H A Dinode-item.c468 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
530 found_type = found_key.type; in btrfs_truncate_inode_items()
535 if (found_type < control->min_type) in btrfs_truncate_inode_items()
539 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
554 if (found_type > control->min_type) { in btrfs_truncate_inode_items()
566 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
689 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
H A Dtree-log.c647 int found_type; in replay_one_extent() local
657 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
659 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
660 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
670 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
695 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
696 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
730 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
731 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
897 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
H A Dextent-tree.c2678 int found_type; in btrfs_exclude_logged_extents() local
2690 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2691 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
H A Dinode.c7078 int found_type; in can_nocow_extent() local
7116 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7139 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()