Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dfile-item.c946 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
958 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
978 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
Dtree-log.c592 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
628 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
660 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4177 BTRFS_FILE_EXTENT_PREALLOC, in log_one_extent()
4272 BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_log_prealloc_extents()
Dinode.c1411 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1529 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1549 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
7033 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7089 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7418 found_type != BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
7459 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
10469 BTRFS_FILE_EXTENT_PREALLOC); in __btrfs_prealloc_file_range()
Dfile.c833 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents()
1186 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
Dioctl.c4045 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
4110 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dsend.c5885 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
5893 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
/linux-4.19.296/fs/btrfs/tests/
Dinode-tests.c146 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-4.19.296/include/uapi/linux/
Dbtrfs_tree.h737 #define BTRFS_FILE_EXTENT_PREALLOC 2 macro
/linux-4.19.296/include/trace/events/
Dbtrfs.h72 { BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC"})