Searched refs:found_type (Results 1 – 6 of 6) sorted by relevance
130 enum page_cache_mode found_type = reqtype; in memtype_rb_check_conflict() local136 if (match->type != found_type && newtype == NULL) in memtype_rb_check_conflict()140 found_type = match->type; in memtype_rb_check_conflict()150 match->type != found_type) { in memtype_rb_check_conflict()158 *newtype = found_type; in memtype_rb_check_conflict()165 end, cattr_name(found_type), cattr_name(match->type)); in memtype_rb_check_conflict()
590 int found_type; in replay_one_extent() local600 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()602 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()603 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()613 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()637 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()638 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()669 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()670 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()751 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()[all …]
4250 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local4336 found_type = found_key.type; in btrfs_truncate_inode_items()4341 if (found_type < min_type) in btrfs_truncate_inode_items()4345 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()4358 if (found_type > min_type) { in btrfs_truncate_inode_items()4370 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()4498 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()6681 u32 found_type; in btrfs_get_extent() local6750 found_type = found_key.type; in btrfs_get_extent()6752 found_type != BTRFS_EXTENT_DATA_KEY) { in btrfs_get_extent()[all …]
4399 u32 found_type; in extent_fiemap() local4438 found_type = found_key.type; in extent_fiemap()4442 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
1665 u8 *found_type) in lookup_dir_item_inode() argument1692 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()
5860 int found_type; in btrfs_exclude_logged_extents() local5871 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()5872 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()