Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dinode-tests.c113 insert_extent(root, offset, 4, 4, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0, in setup_file_extents()
120 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot); in setup_file_extents()
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()
[all …]
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h643 #define BTRFS_FILE_EXTENT_REG 1 macro
/openbmc/linux/fs/btrfs/
H A Dreflink.c424 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
478 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_clone()
H A Dfile.c294 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_drop_extents()
570 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG || in extent_mergeable()
815 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
822 BTRFS_FILE_EXTENT_REG); in btrfs_mark_extent_written()
2076 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG) in hole_mergeable()
3656 (type == BTRFS_FILE_EXTENT_REG && in find_desired_extent()
H A Dfile-item.c192 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG); in btrfs_insert_hole_extent()
1284 if (type == BTRFS_FILE_EXTENT_REG || in btrfs_extent_item_to_extent_map()
H A Dtree-log.c663 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
699 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
734 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
4399 if (btrfs_file_extent_type(src, extent) != BTRFS_FILE_EXTENT_REG) in copy_items()
4660 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_REG); in log_one_extent()
H A Dinode.c1880 extent_type == BTRFS_FILE_EXTENT_REG) in can_nocow_file_extent()
2980 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG); in insert_ordered_extent_file_extent()
6853 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
6901 if (extent_type == BTRFS_FILE_EXTENT_REG || in btrfs_get_extent()
H A Dsend.c6265 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()
6326 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
6588 type == BTRFS_FILE_EXTENT_REG) { in process_extent()
H A Dcheck-integrity.c1338 if (BTRFS_FILE_EXTENT_REG != file_extent_item.type || in btrfsic_handle_extent_data()
H A Drelocation.c3361 if ((type == BTRFS_FILE_EXTENT_REG || in delete_v1_space_cache()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h1018 BTRFS_FILE_EXTENT_REG = 1, enumerator
/openbmc/linux/include/trace/events/
H A Dbtrfs.h74 EM( BTRFS_FILE_EXTENT_REG, "REG") \