Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/fs/btrfs/
Dreflink.c420 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
474 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dfile-item.c1231 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
1251 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
Dtree-log.c646 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
682 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
717 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4686 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_PREALLOC); in log_one_extent()
4805 BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_log_prealloc_extents()
Dfile.c611 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_drop_extents()
953 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
3892 BTRFS_FILE_EXTENT_PREALLOC) { in find_desired_extent()
Dinode.c2081 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
6924 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6972 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7221 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
9814 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_PREALLOC); in insert_prealloc_file_extent()
Dsend.c6274 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
6282 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
Drelocation.c3368 type == BTRFS_FILE_EXTENT_PREALLOC) && in delete_v1_space_cache()
Dextent_io.c4022 } else if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in extent_fiemap()
/Linux-v6.1/include/uapi/linux/
Dbtrfs_tree.h780 BTRFS_FILE_EXTENT_PREALLOC = 2, enumerator
/Linux-v6.1/include/trace/events/
Dbtrfs.h75 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")