Searched refs:found_type (Results 1 – 4 of 4) sorted by relevance
57 enum page_cache_mode found_type = reqtype; in memtype_check_conflict() local63 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()67 found_type = entry_match->type; in memtype_check_conflict()71 if (entry_match->type != found_type) in memtype_check_conflict()78 *newtype = found_type; in memtype_check_conflict()85 cattr_name(found_type), cattr_name(entry_match->type)); in memtype_check_conflict()
723 int found_type; in replay_one_extent() local738 found_type = btrfs_file_extent_type(wc->log_leaf, item); in replay_one_extent()740 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()741 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()746 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()752 found_type, btrfs_root_id(root), in replay_one_extent()775 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()776 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()810 if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
2708 int found_type; in btrfs_exclude_logged_extents() local2720 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()2721 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
7434 int found_type; in can_nocow_extent() local7471 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()7492 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()