Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/btrfs/tests/ |
D | inode-tests.c | 107 insert_extent(root, offset, 5, 5, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents() 124 insert_extent(root, offset, 4, 4, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents() 131 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() 141 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() 144 insert_extent(root, offset, 4096, 4096, 0, 0, 0, BTRFS_FILE_EXTENT_REG, in setup_file_extents() 149 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() 176 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() 187 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents() 195 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents() 199 BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents() [all …]
|
/linux-4.4.14/fs/btrfs/ |
D | file-item.c | 75 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_file_extent() 898 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map() 909 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
|
D | file.c | 775 if (extent_type == BTRFS_FILE_EXTENT_REG || in __btrfs_drop_extents() 1049 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable() 1266 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 1273 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written() 2138 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
|
D | tree-log.c | 595 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 630 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 662 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent() 3689 if (found_type == BTRFS_FILE_EXTENT_REG) { in copy_items() 4089 BTRFS_FILE_EXTENT_REG, in log_one_extent()
|
D | inode.c | 1329 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow() 1347 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow() 2401 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in relink_is_mergable() 2588 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in relink_extent_backref() 2921 BTRFS_FILE_EXTENT_REG); in btrfs_finish_ordered_io() 6833 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 6871 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent() 7228 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent() 7234 if (!nocow && found_type == BTRFS_FILE_EXTENT_REG) in can_nocow_extent()
|
D | send.c | 4947 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged() 5008 if (right_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged() 5206 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
|
D | ioctl.c | 954 if (type == BTRFS_FILE_EXTENT_REG && in find_new_extents() 3616 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone() 3681 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
|
D | check-integrity.c | 1439 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
|
D | ctree.h | 898 #define BTRFS_FILE_EXTENT_REG 1 macro
|