Home
last modified time | relevance | path

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

/linux-5.19.10/fs/btrfs/tests/
Dinode-tests.c94 insert_extent(root, offset, 5, 5, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
111 insert_extent(root, offset, 4, 4, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
118 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
128 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
132 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
137 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
164 disk_bytenr, 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
177 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, in setup_file_extents()
186 sectorsize, BTRFS_FILE_EXTENT_REG, in setup_file_extents()
192 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
[all …]
/linux-5.19.10/include/uapi/linux/
Dbtrfs_tree.h779 BTRFS_FILE_EXTENT_REG = 1, enumerator
/linux-5.19.10/fs/btrfs/
Dreflink.c419 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
473 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
Dfile-item.c166 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_file_extent()
1220 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
Dfile.c763 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents()
1032 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable()
1278 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
1285 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
2430 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
Dtree-log.c645 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
681 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
716 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
4486 if (btrfs_file_extent_type(src, extent) != BTRFS_FILE_EXTENT_REG) in copy_items()
4748 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_REG); in log_one_extent()
Dsend.c5602 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()
5663 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
5925 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
Dinode.c1815 extent_type == BTRFS_FILE_EXTENT_REG) in can_nocow_file_extent()
3183 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG); in insert_ordered_extent_file_extent()
6949 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
6997 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
Dcheck-integrity.c1336 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
Drelocation.c3375 if ((type == BTRFS_FILE_EXTENT_REG || in delete_v1_space_cache()
/linux-5.19.10/include/trace/events/
Dbtrfs.h72 EM( BTRFS_FILE_EXTENT_REG, "REG") \