Searched refs:BTRFS_FILE_EXTENT_PREALLOC (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/btrfs/tests/ |
| D | inode-tests.c | 144 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/ |
| D | reflink.c | 420 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone() 467 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
|
| D | file-item.c | 1213 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()
|
| D | tree-log.c | 635 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()
|
| D | inode.c | 1693 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()
|
| D | file.c | 787 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()
|
| D | send.c | 5911 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent() 5919 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
|
| D | relocation.c | 3394 type == BTRFS_FILE_EXTENT_PREALLOC) && in delete_v1_space_cache()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | btrfs_tree.h | 775 BTRFS_FILE_EXTENT_PREALLOC = 2, enumerator
|
| /Linux-v5.15/include/trace/events/ |
| D | btrfs.h | 72 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")
|