Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dextent_map.h21 EXTENT_FLAG_PREALLOC, enumerator
Dfile.c3079 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
3122 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3157 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3401 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
3510 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
3514 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
Dinode.c4781 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
6808 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap()
6888 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap()
6889 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap()
7302 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7308 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7499 (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && !write)) { in btrfs_dio_iomap_begin()
9767 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
Dfile-item.c1075 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dtree-log.c4101 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4235 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4445 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dextent_io.c3235 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_do_readpage()
4830 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
/Linux-v5.10/fs/btrfs/tests/
Dinode-tests.c1118 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
/Linux-v5.10/include/trace/events/
Dbtrfs.h276 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\