Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/tests/
Dinode-tests.c144 sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
160 4 * sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
170 BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
/Linux-v5.10/fs/btrfs/
Dreflink.c393 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
441 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dfile-item.c1054 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
1074 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
Dtree-log.c593 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
629 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
661 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4237 BTRFS_FILE_EXTENT_PREALLOC); in log_one_extent()
4325 BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_log_prealloc_extents()
Dinode.c1565 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1696 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
6661 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6709 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7054 found_type != BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
7096 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
9645 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_PREALLOC); in insert_prealloc_file_extent()
Dfile.c764 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents()
1120 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
Dsend.c5902 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
5910 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h751 BTRFS_FILE_EXTENT_PREALLOC = 2, enumerator
/Linux-v5.10/include/trace/events/
Dbtrfs.h72 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")