Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/tests/
Dinode-tests.c105 insert_extent(root, offset, 4, 4, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
112 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
122 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
126 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
131 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
158 disk_bytenr, 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
171 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, in setup_file_extents()
180 sectorsize, BTRFS_FILE_EXTENT_REG, in setup_file_extents()
186 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
191 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
[all …]
/Linux-v6.6/fs/btrfs/
Dreflink.c424 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
478 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
Dfile.c294 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents()
569 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable()
815 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
822 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
2051 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
3603 (type == BTRFS_FILE_EXTENT_REG && in find_desired_extent()
Dfile-item.c192 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_hole_extent()
1283 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
Dtree-log.c644 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
680 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
715 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
4380 if (btrfs_file_extent_type(src, extent) != BTRFS_FILE_EXTENT_REG) in copy_items()
4641 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_REG); in log_one_extent()
Dinode.c1878 extent_type == BTRFS_FILE_EXTENT_REG) in can_nocow_file_extent()
2978 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG); in insert_ordered_extent_file_extent()
6816 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
6864 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
Dsend.c6199 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()
6260 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
6522 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
Dcheck-integrity.c1338 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
Drelocation.c3429 if ((type == BTRFS_FILE_EXTENT_REG || in delete_v1_space_cache()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h1018 BTRFS_FILE_EXTENT_REG = 1, enumerator
/Linux-v6.6/include/trace/events/
Dbtrfs.h74 EM( BTRFS_FILE_EXTENT_REG, "REG") \