Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dextent_map.h17 #define EXTENT_FLAG_PREALLOC 3 /* pre-allocated extent */ macro
Dfile.c2860 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
2903 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
2938 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3183 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
3290 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
3294 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
Dinode.c5166 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
7192 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap()
7273 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap()
7274 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap()
7654 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_read()
7687 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7693 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7748 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
10497 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
Dfile-item.c979 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dtree-log.c4097 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4175 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4415 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dextent_io.c2999 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in __do_readpage()
4708 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
/linux-4.19.296/fs/btrfs/tests/
Dinode-tests.c1121 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
/linux-4.19.296/include/trace/events/
Dbtrfs.h202 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\