Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/tests/
Dinode-tests.c138 sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
154 4 * sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
164 BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
/Linux-v6.6/fs/btrfs/
Dreflink.c425 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
479 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dfile-item.c1284 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
1304 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
Dtree-log.c645 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
681 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
716 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4639 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_PREALLOC); in log_one_extent()
4758 BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_log_prealloc_extents()
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()
3602 if (type == BTRFS_FILE_EXTENT_PREALLOC || in find_desired_extent()
Dinode.c2135 is_prealloc = extent_type == BTRFS_FILE_EXTENT_PREALLOC; in run_delalloc_nocow()
6817 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6865 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7101 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
9482 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_PREALLOC); in insert_prealloc_file_extent()
Dsend.c6521 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
6529 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
Dextent_io.c2936 } else if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in extent_fiemap()
Drelocation.c3430 type == BTRFS_FILE_EXTENT_PREALLOC) && in delete_v1_space_cache()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h1019 BTRFS_FILE_EXTENT_PREALLOC = 2, enumerator
/Linux-v6.6/include/trace/events/
Dbtrfs.h75 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")