Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 7 of 7) sorted by relevance
323 if (found_type == BTRFS_FILE_EXTENT_REG) { in btrfs_check_file()451 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents()704 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable()814 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()820 btrfs_set_file_extent_type(leaf, fi, BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()855 extent_type = BTRFS_FILE_EXTENT_REG; in btrfs_mark_extent_written()
884 if (type == BTRFS_FILE_EXTENT_REG) { in btrfs_ioctl_clone()907 if (type == BTRFS_FILE_EXTENT_REG) { in btrfs_ioctl_clone()
423 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()449 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()482 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()2494 if (found_type == BTRFS_FILE_EXTENT_REG || in copy_items()
1009 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow()1024 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow()1540 BTRFS_FILE_EXTENT_REG); in btrfs_finish_ordered_io()3965 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()3999 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
69 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_file_extent()
4919 BTRFS_FILE_EXTENT_REG || in get_new_locations()5072 if ((extent_type != BTRFS_FILE_EXTENT_REG && in replace_one_extent()5222 BTRFS_FILE_EXTENT_REG); in replace_one_extent()
525 #define BTRFS_FILE_EXTENT_REG 1 macro