Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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()
2115 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
Dtree-log.c602 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
637 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
669 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
3581 if (found_type == BTRFS_FILE_EXTENT_REG) { in copy_items()
3987 BTRFS_FILE_EXTENT_REG, in log_one_extent()
Dinode.c1319 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow()
1337 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow()
2379 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in relink_is_mergable()
2566 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in relink_extent_backref()
2892 BTRFS_FILE_EXTENT_REG); in btrfs_finish_ordered_io()
6765 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
6803 if (found_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
7161 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent()
7167 if (!nocow && found_type == BTRFS_FILE_EXTENT_REG) in can_nocow_extent()
Dioctl.c953 if (type == BTRFS_FILE_EXTENT_REG && in find_new_extents()
3420 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
3485 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
Dsend.c4698 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()
4759 if (right_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()
4957 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
Dcheck-integrity.c1439 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
Dctree.h871 #define BTRFS_FILE_EXTENT_REG 1 macro