Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/btrfs/tests/ |
| A D | inode-tests.c | 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() 199 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents() 206 sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() 211 sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() [all …]
|
| /linux/fs/btrfs/ |
| A D | reflink.c | 424 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone() 478 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
|
| A D | file.c | 295 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents() 577 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable() 829 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 836 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 2084 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable() 3662 (type == BTRFS_FILE_EXTENT_REG && in find_desired_extent()
|
| A D | file-item.c | 189 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_hole_extent() 1291 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
|
| A D | tree-log.c | 660 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 696 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 731 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 4457 if (btrfs_file_extent_type(src, extent) != BTRFS_FILE_EXTENT_REG) in copy_items() 4724 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_REG); in log_one_extent()
|
| A D | inode.c | 1918 extent_type == BTRFS_FILE_EXTENT_REG) in can_nocow_file_extent() 3018 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG); in insert_ordered_extent_file_extent() 6899 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 6946 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
|
| A D | send.c | 6264 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged() 6325 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged() 6584 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
|
| A D | relocation.c | 3377 if ((type == BTRFS_FILE_EXTENT_REG || in delete_v1_space_cache()
|
| /linux/include/uapi/linux/ |
| A D | btrfs_tree.h | 1063 BTRFS_FILE_EXTENT_REG = 1, enumerator
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 72 EM( BTRFS_FILE_EXTENT_REG, "REG") \
|
Completed in 70 milliseconds