Home
last modified time | relevance | path

Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/btrfs/tests/
Dinode-tests.c107 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/
Dfile-item.c75 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()
Dfile.c775 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()
Dtree-log.c595 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()
Dinode.c1329 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()
Dsend.c4947 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()
Dioctl.c954 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()
Dcheck-integrity.c1439 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
Dctree.h898 #define BTRFS_FILE_EXTENT_REG 1 macro