Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/fs/btrfs/tests/ |
| D | inode-tests.c | 94 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-v5.15/fs/btrfs/ |
| D | reflink.c | 419 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone() 466 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
|
| D | file-item.c | 166 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_file_extent() 1212 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
|
| D | file.c | 786 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents() 1054 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable() 1299 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 1306 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 2349 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
|
| D | tree-log.c | 634 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 670 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 705 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 4168 if (found_type == BTRFS_FILE_EXTENT_REG) { in copy_items() 4390 BTRFS_FILE_EXTENT_REG); in log_one_extent()
|
| D | inode.c | 1692 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow() 1727 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow() 2950 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG); in insert_ordered_extent_file_extent() 7121 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 7169 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 7523 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent() 7529 if (!nocow && found_type == BTRFS_FILE_EXTENT_REG) in can_nocow_extent()
|
| D | send.c | 5589 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged() 5650 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged() 5912 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
|
| D | check-integrity.c | 1335 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
|
| D | relocation.c | 3393 if ((type == BTRFS_FILE_EXTENT_REG || in delete_v1_space_cache()
|
| D | ioctl.c | 1063 if (type == BTRFS_FILE_EXTENT_REG && in find_new_extents()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | btrfs_tree.h | 774 BTRFS_FILE_EXTENT_REG = 1, enumerator
|
| /Linux-v5.15/include/trace/events/ |
| D | btrfs.h | 71 EM( BTRFS_FILE_EXTENT_REG, "REG") \
|