Home
last modified time | relevance | path

Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/btrfs/tests/
H A Dinode-tests.c130 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
134 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
139 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
166 disk_bytenr, 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
179 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, in setup_file_extents()
188 sectorsize, BTRFS_FILE_EXTENT_REG, in setup_file_extents()
194 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
199 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
206 sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
211 sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
[all …]
/linux-6.15/fs/btrfs/
H A Dreflink.c424 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
478 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
H A Dfile.c236 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents()
527 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable()
776 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
782 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
1960 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
3540 (type == BTRFS_FILE_EXTENT_REG && in find_desired_extent()
H A Dfile-item.c190 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_hole_extent()
1284 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
H A Dtree-log.c654 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
689 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
717 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
4437 if (btrfs_file_extent_type(src, extent) != BTRFS_FILE_EXTENT_REG) in copy_items()
4703 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_REG); in log_one_extent()
H A Dinode.c1845 extent_type == BTRFS_FILE_EXTENT_REG) in can_nocow_file_extent()
3059 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG); in insert_ordered_extent_file_extent()
6974 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
7021 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
H A Dsend.c6218 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()
6279 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
6538 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
H A Drelocation.c3308 if ((type == BTRFS_FILE_EXTENT_REG || in delete_v1_space_cache()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h1063 BTRFS_FILE_EXTENT_REG = 1, enumerator
/linux-6.15/include/trace/events/
H A Dbtrfs.h72 EM( BTRFS_FILE_EXTENT_REG, "REG") \