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.c2989 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
3032 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3067 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3312 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
3419 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
3423 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
Dinode.c5370 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
7392 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap()
7473 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap()
7474 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap()
7860 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_read()
7893 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7899 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7954 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
10596 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
Dfile-item.c994 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dtree-log.c4145 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4222 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4459 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dextent_io.c3150 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in __do_readpage()
4827 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
/fs/btrfs/tests/
Dinode-tests.c1119 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()