Searched refs:found_type (Results 1 – 4 of 4) sorted by relevance
456 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local518 found_type = found_key.type; in btrfs_truncate_inode_items()523 if (found_type < control->min_type) in btrfs_truncate_inode_items()527 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()542 if (found_type > control->min_type) { in btrfs_truncate_inode_items()554 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()677 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
629 int found_type; in replay_one_extent() local639 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()641 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()642 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()652 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()660 found_type, btrfs_root_id(root), key->objectid, key->offset); in replay_one_extent()676 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()677 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()704 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()705 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()[all …]
2679 int found_type; in btrfs_exclude_logged_extents() local2691 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()2692 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
7215 int found_type; in can_nocow_extent() local7252 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()7273 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
Completed in 36 milliseconds