Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/btrfs/tests/ |
| D | inode-tests.c | 96 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-v5.4/fs/btrfs/ |
| D | file-item.c | 69 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_file_extent() 952 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map() 964 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
|
| D | file.c | 834 if (extent_type == BTRFS_FILE_EXTENT_REG || in __btrfs_drop_extents() 1121 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable() 1366 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 1373 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 2264 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
|
| D | inode.c | 1433 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow() 1468 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow() 2607 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in relink_is_mergable() 2793 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in relink_extent_backref() 3137 BTRFS_FILE_EXTENT_REG); in btrfs_finish_ordered_io() 7000 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 7059 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 7391 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent() 7397 if (!nocow && found_type == BTRFS_FILE_EXTENT_REG) in can_nocow_extent()
|
| D | tree-log.c | 599 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 635 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 667 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 4029 if (found_type == BTRFS_FILE_EXTENT_REG) { in copy_items() 4352 BTRFS_FILE_EXTENT_REG, in log_one_extent()
|
| D | ioctl.c | 1080 if (type == BTRFS_FILE_EXTENT_REG && in find_new_extents() 3578 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone() 3626 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
|
| D | send.c | 5395 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged() 5456 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged() 5756 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
|
| D | check-integrity.c | 1398 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | btrfs_tree.h | 741 #define BTRFS_FILE_EXTENT_REG 1 macro
|
| /Linux-v5.4/include/trace/events/ |
| D | btrfs.h | 73 { BTRFS_FILE_EXTENT_REG, "REG" }, \
|