Searched refs:found_type (Results 1 – 6 of 6) sorted by relevance
140 enum page_cache_mode found_type = reqtype; in memtype_rb_check_conflict() local146 if (match->type != found_type && newtype == NULL) in memtype_rb_check_conflict()150 found_type = match->type; in memtype_rb_check_conflict()160 match->type != found_type) { in memtype_rb_check_conflict()168 *newtype = found_type; in memtype_rb_check_conflict()175 cattr_name(found_type), cattr_name(match->type)); in memtype_rb_check_conflict()
572 int found_type; in replay_one_extent() local582 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()584 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()585 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()595 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()620 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()621 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()652 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()653 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()805 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()[all …]
4506 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local4589 found_type = found_key.type; in btrfs_truncate_inode_items()4594 if (found_type < min_type) in btrfs_truncate_inode_items()4598 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()4619 if (found_type > min_type) { in btrfs_truncate_inode_items()4631 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()4745 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()6790 u32 found_type; in btrfs_get_extent() local6856 found_type = found_key.type; in btrfs_get_extent()6858 found_type != BTRFS_EXTENT_DATA_KEY) { in btrfs_get_extent()[all …]
4425 u32 found_type; in extent_fiemap() local4469 found_type = found_key.type; in extent_fiemap()4473 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
1683 u8 *found_type) in lookup_dir_item_inode() argument1710 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()
6307 int found_type; in btrfs_exclude_logged_extents() local6319 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()6320 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()