Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dfile-item.c940 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
952 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
972 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
Dinode.c1354 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1471 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1491 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
6872 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6920 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7249 found_type != BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
7290 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
10273 BTRFS_FILE_EXTENT_PREALLOC); in __btrfs_prealloc_file_range()
Dtree-log.c585 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
621 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
653 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4215 BTRFS_FILE_EXTENT_PREALLOC, in log_one_extent()
Dfile.c825 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents()
1178 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_mark_extent_written()
Dioctl.c3984 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
4049 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dsend.c5679 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
5687 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
/Linux-v4.19/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-v4.19/include/uapi/linux/
Dbtrfs_tree.h737 #define BTRFS_FILE_EXTENT_PREALLOC 2 macro
/Linux-v4.19/include/trace/events/
Dbtrfs.h72 { BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC"})