Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dextent_map.h17 #define EXTENT_FLAG_PREALLOC 3 /* pre-allocated extent */ macro
Dfile.c2771 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary()
2814 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
2849 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range()
3091 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
3197 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
3201 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
Dinode.c5045 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
7023 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap()
7104 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap()
7105 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap()
7485 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_read()
7518 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write()
7524 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
7579 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write()
10301 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
Dfile-item.c973 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dtree-log.c4135 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums()
4213 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
4401 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
Dextent_io.c2966 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in __do_readpage()
4578 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
/Linux-v4.19/fs/btrfs/tests/
Dinode-tests.c1120 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
/Linux-v4.19/include/trace/events/
Dbtrfs.h202 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\