Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/tests/
Dinode-tests.c96 insert_extent(root, offset, 5, 5, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
113 insert_extent(root, offset, 4, 4, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
120 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
130 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()
[all …]
/Linux-v4.19/fs/btrfs/
Dfile-item.c63 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_file_extent()
939 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
951 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
Dfile.c824 if (extent_type == BTRFS_FILE_EXTENT_REG || in __btrfs_drop_extents()
1105 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable()
1348 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
1355 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
2210 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
Dtree-log.c584 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
620 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
652 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
3896 if (found_type == BTRFS_FILE_EXTENT_REG) { in copy_items()
4219 BTRFS_FILE_EXTENT_REG, in log_one_extent()
Dinode.c1353 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow()
1378 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow()
2519 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in relink_is_mergable()
2704 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in relink_extent_backref()
3049 BTRFS_FILE_EXTENT_REG); in btrfs_finish_ordered_io()
6871 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
6919 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
7248 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent()
7254 if (!nocow && found_type == BTRFS_FILE_EXTENT_REG) in can_nocow_extent()
Dioctl.c1065 if (type == BTRFS_FILE_EXTENT_REG && in find_new_extents()
3983 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
4048 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
Dsend.c5319 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()
5380 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
5680 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
Dcheck-integrity.c1398 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h736 #define BTRFS_FILE_EXTENT_REG 1 macro
/Linux-v4.19/include/trace/events/
Dbtrfs.h71 { BTRFS_FILE_EXTENT_REG, "REG" }, \