Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dinode-tests.c146 sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
162 4 * sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
172 BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h644 #define BTRFS_FILE_EXTENT_PREALLOC 2 macro
/openbmc/linux/fs/btrfs/
H A Dreflink.c425 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
479 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
H A Dfile-item.c1285 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
1305 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
H A Dtree-log.c664 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
700 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
735 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4658 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_PREALLOC); in log_one_extent()
4777 BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_log_prealloc_extents()
H A Dfile.c295 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_drop_extents()
643 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
3657 if (type == BTRFS_FILE_EXTENT_PREALLOC || in find_desired_extent()
H A Dinode.c2137 is_prealloc = extent_type == BTRFS_FILE_EXTENT_PREALLOC; in run_delalloc_nocow()
6854 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6902 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7145 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
9548 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_PREALLOC); in insert_prealloc_file_extent()
H A Dsend.c6587 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
6595 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
H A Drelocation.c3362 type == BTRFS_FILE_EXTENT_PREALLOC) && in delete_v1_space_cache()
H A Dextent_io.c3125 } else if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in extent_fiemap()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h1019 BTRFS_FILE_EXTENT_PREALLOC = 2, enumerator
/openbmc/linux/include/trace/events/
H A Dbtrfs.h75 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")