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 cattr_name(found_type), cattr_name(match->type)); in memtype_rb_check_conflict()
583 int found_type; in replay_one_extent() local593 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()595 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()596 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()606 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()630 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()631 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()662 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()663 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()798 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()[all …]
4289 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local4375 found_type = found_key.type; in btrfs_truncate_inode_items()4380 if (found_type < min_type) in btrfs_truncate_inode_items()4384 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()4397 if (found_type > min_type) { in btrfs_truncate_inode_items()4409 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()4537 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()6749 u32 found_type; in btrfs_get_extent() local6818 found_type = found_key.type; in btrfs_get_extent()6820 found_type != BTRFS_EXTENT_DATA_KEY) { in btrfs_get_extent()[all …]
4471 u32 found_type; in extent_fiemap() local4510 found_type = found_key.type; in extent_fiemap()4514 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
1672 u8 *found_type) in lookup_dir_item_inode() argument1699 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()
6095 int found_type; in btrfs_exclude_logged_extents() local6106 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()6107 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()