Searched refs:BTRFS_FILE_EXTENT_PREALLOC (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/btrfs/ |
| D | file-item.c | 953 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map() 965 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map() 985 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
|
| D | tree-log.c | 600 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent() 636 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent() 668 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent() 4348 BTRFS_FILE_EXTENT_PREALLOC, in log_one_extent()
|
| D | inode.c | 1434 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow() 1569 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow() 7001 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent() 7060 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent() 7392 found_type != BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent() 7433 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent() 10426 BTRFS_FILE_EXTENT_PREALLOC); in __btrfs_prealloc_file_range()
|
| D | file.c | 835 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents() 1195 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
|
| D | ioctl.c | 3579 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone() 3627 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
|
| D | send.c | 5755 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent() 5763 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
|
| /Linux-v5.4/fs/btrfs/tests/ |
| D | inode-tests.c | 146 sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents() 162 4 * sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents() 172 BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | btrfs_tree.h | 742 #define BTRFS_FILE_EXTENT_PREALLOC 2 macro
|
| /Linux-v5.4/include/trace/events/ |
| D | btrfs.h | 74 { BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC"})
|