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()
455 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local517 found_type = found_key.type; in btrfs_truncate_inode_items()522 if (found_type < control->min_type) in btrfs_truncate_inode_items()526 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()541 if (found_type > control->min_type) { in btrfs_truncate_inode_items()553 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()676 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
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()
7448 int found_type; in can_nocow_extent() local7485 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()7506 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()