Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/fs/btrfs/
Dreflink.c420 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
467 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dfile-item.c1213 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
1233 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
Dtree-log.c635 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
671 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
706 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4387 BTRFS_FILE_EXTENT_PREALLOC); in log_one_extent()
4475 BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_log_prealloc_extents()
Dinode.c1693 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1831 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
7122 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7170 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7524 found_type != BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
7566 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
10182 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_PREALLOC); in insert_prealloc_file_extent()
Dfile.c787 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_drop_extents()
1128 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
Dsend.c5911 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
5919 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
Drelocation.c3394 type == BTRFS_FILE_EXTENT_PREALLOC) && in delete_v1_space_cache()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h775 BTRFS_FILE_EXTENT_PREALLOC = 2, enumerator
/Linux-v5.15/include/trace/events/
Dbtrfs.h72 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")