Searched refs:found_type (Results 1 – 6 of 6) sorted by relevance
83 enum page_cache_mode found_type = reqtype; in memtype_check_conflict() local89 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()93 found_type = entry_match->type; in memtype_check_conflict()97 if (entry_match->type != found_type) in memtype_check_conflict()104 *newtype = found_type; in memtype_check_conflict()111 cattr_name(found_type), cattr_name(entry_match->type)); in memtype_check_conflict()
580 int found_type; in replay_one_extent() local590 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()592 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()593 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()603 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()628 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()629 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()660 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()661 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()819 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()[all …]
4211 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local4300 found_type = found_key.type; in btrfs_truncate_inode_items()4305 if (found_type < min_type) in btrfs_truncate_inode_items()4309 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()4330 if (found_type > min_type) { in btrfs_truncate_inode_items()4342 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()4475 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()7016 int found_type; in can_nocow_extent() local7052 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()7053 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent()[all …]
4670 u32 found_type; in extent_fiemap() local4722 found_type = found_key.type; in extent_fiemap()4726 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
2700 int found_type; in btrfs_exclude_logged_extents() local2712 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()2713 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
1706 u8 *found_type) in lookup_dir_item_inode() argument1729 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()