Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/ !
Dextent_map.h21 EXTENT_FLAG_PREALLOC, enumerator
Ddefrag.c687 if (test_bit(EXTENT_FLAG_PREALLOC, &next->flags)) in defrag_check_next_extent()
858 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in defrag_collect_targets()
Dfile.c2837 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
2878 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
2913 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3134 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
Dfile-item.c1306 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dinode.c4908 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
7318 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7321 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7652 (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && !write)) { in btrfs_dio_iomap_begin()
9644 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
10125 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_encoded_read()
Dtree-log.c4530 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4638 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4869 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dextent_io.c1041 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_do_readpage()
/linux-6.6.21/fs/btrfs/tests/ !
Dinode-tests.c1099 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
/linux-6.6.21/include/trace/events/ !
Dbtrfs.h278 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\