Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dextent_map.h21 EXTENT_FLAG_PREALLOC, enumerator
Dfile.c3145 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
3186 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3221 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3443 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
3578 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) && em_end < end) { in find_delalloc_subrange()
3591 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in find_delalloc_subrange()
Dfile-item.c1252 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dinode.c5087 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
7410 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7413 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7739 (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && !write)) { in btrfs_dio_iomap_begin()
9950 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
10518 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_encoded_read()
Dtree-log.c4576 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4685 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4918 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dioctl.c1262 if (test_bit(EXTENT_FLAG_PREALLOC, &next->flags)) in defrag_check_next_extent()
1435 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in defrag_collect_targets()
Dextent_io.c1807 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_do_readpage()
/Linux-v6.1/fs/btrfs/tests/
Dinode-tests.c1109 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
/Linux-v6.1/include/trace/events/
Dbtrfs.h278 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\