Home
last modified time | relevance | path

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

/linux-5.19.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-5.19.10/include/uapi/linux/
Dbtrfs_tree.h780 BTRFS_FILE_EXTENT_PREALLOC = 2, enumerator
/linux-5.19.10/fs/btrfs/
Dreflink.c420 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
474 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dfile-item.c1221 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
1241 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()
4746 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_PREALLOC); in log_one_extent()
4865 BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_log_prealloc_extents()
Dfile.c764 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_drop_extents()
1106 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
Dinode.c2077 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
6950 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6998 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7374 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
9995 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_PREALLOC); in insert_prealloc_file_extent()
Dsend.c5924 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
5932 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
Drelocation.c3376 type == BTRFS_FILE_EXTENT_PREALLOC) && in delete_v1_space_cache()
/linux-5.19.10/include/trace/events/
Dbtrfs.h73 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")