Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dinode-tests.c156 BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
172 BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
180 BTRFS_FILE_EXTENT_PREALLOC, 0, slot); in setup_file_extents()
/linux-4.4.14/fs/btrfs/
Dfile-item.c899 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
910 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_extent_item_to_extent_map()
930 if (type == BTRFS_FILE_EXTENT_PREALLOC) in btrfs_extent_item_to_extent_map()
Dtree-log.c596 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
631 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
663 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4085 BTRFS_FILE_EXTENT_PREALLOC, in log_one_extent()
Dinode.c1330 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1413 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
6834 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6872 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7229 found_type != BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
7262 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
9811 BTRFS_FILE_EXTENT_PREALLOC); in __btrfs_prealloc_file_range()
Dfile.c776 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents()
1117 BTRFS_FILE_EXTENT_PREALLOC); in btrfs_mark_extent_written()
Dsend.c5205 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
5213 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
Dioctl.c3617 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
3682 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dctree.h899 #define BTRFS_FILE_EXTENT_PREALLOC 2 macro