Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dextent_map.h21 EXTENT_FLAG_PREALLOC, enumerator
Dfile.c2968 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
3011 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3046 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3288 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
3394 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
3398 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
Dinode.c5132 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
7162 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap()
7243 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap()
7244 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap()
7628 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_read()
7661 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7667 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7722 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
10454 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
Dfile-item.c986 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dtree-log.c4269 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4346 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4547 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dextent_io.c3147 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in __do_readpage()
4760 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
/Linux-v5.4/fs/btrfs/tests/
Dinode-tests.c1119 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
/Linux-v5.4/include/trace/events/
Dbtrfs.h238 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\