Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.c603 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
638 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
670 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
3983 BTRFS_FILE_EXTENT_PREALLOC, in log_one_extent()
Dfile.c776 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents()
1117 BTRFS_FILE_EXTENT_PREALLOC); in btrfs_mark_extent_written()
Dinode.c1320 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1403 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
6766 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
6804 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_get_extent()
7162 found_type != BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
7195 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
9661 BTRFS_FILE_EXTENT_PREALLOC); in __btrfs_prealloc_file_range()
Dioctl.c3421 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
3486 type == BTRFS_FILE_EXTENT_PREALLOC) { in btrfs_clone()
Dsend.c4956 if (type == BTRFS_FILE_EXTENT_PREALLOC || in process_extent()
4964 if (type == BTRFS_FILE_EXTENT_PREALLOC) { in process_extent()
Dctree.h872 #define BTRFS_FILE_EXTENT_PREALLOC 2 macro