Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent_map.h21 EXTENT_FLAG_PREALLOC, enumerator
Dfile.c3092 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
3135 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3170 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3421 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
3530 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
3534 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
Dinode.c4797 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
6824 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap()
6904 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap()
6905 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap()
7318 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7324 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7527 (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && !write)) { in btrfs_dio_iomap_begin()
9890 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
Dfile-item.c1088 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dtree-log.c4143 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4277 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4487 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dextent_io.c3233 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_do_readpage()
4840 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
/fs/btrfs/tests/
Dinode-tests.c1118 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()