Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/btrfs/tests/ |
| A D | inode-tests.c | 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() 197 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents() 204 sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() 209 sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() [all …]
|
| /linux/fs/btrfs/ |
| A D | reflink.c | 419 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone() 466 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
|
| A D | file-item.c | 166 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_file_extent() 1211 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
|
| A D | file.c | 793 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents() 1062 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable() 1308 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 1315 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 2416 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
|
| A D | tree-log.c | 662 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 698 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 733 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 4396 if (found_type == BTRFS_FILE_EXTENT_REG) { in copy_items() 4629 BTRFS_FILE_EXTENT_REG); in log_one_extent()
|
| A D | inode.c | 1743 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow() 1778 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow() 2973 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG); in insert_ordered_extent_file_extent() 7136 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 7184 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 7538 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent() 7544 if (!nocow && found_type == BTRFS_FILE_EXTENT_REG) in can_nocow_extent()
|
| A D | send.c | 5594 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged() 5655 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged() 5917 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
|
| A D | check-integrity.c | 1337 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
|
| A D | relocation.c | 3369 if ((type == BTRFS_FILE_EXTENT_REG || in delete_v1_space_cache()
|
| /linux/include/uapi/linux/ |
| A D | btrfs_tree.h | 774 BTRFS_FILE_EXTENT_REG = 1, enumerator
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 71 EM( BTRFS_FILE_EXTENT_REG, "REG") \
|
Completed in 64 milliseconds