Searched refs:found_type (Results 1 – 5 of 5) sorted by relevance
83 enum page_cache_mode found_type = reqtype; in memtype_check_conflict() local89 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()
473 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local535 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()
632 int found_type; in replay_one_extent() local642 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()
2628 int found_type; in btrfs_exclude_logged_extents() local2640 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()
7065 int found_type; in can_nocow_extent() local7103 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()7127 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()