Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_map.h15 #define EXTENT_FLAG_PREALLOC 3 /* pre-allocated extent */ macro
Dfile.c2664 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate()
2755 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
2759 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
Dinode.c4779 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand()
6966 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap()
7048 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap()
7049 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap()
7496 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_get_blocks_direct()
7516 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct()
7522 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct()
7573 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct()
9689 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
Dfile-item.c931 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
Dtree-log.c3799 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in wait_ordered_extents()
3981 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent()
Dextent_io.c3009 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in __do_readpage()
/linux-4.1.27/fs/btrfs/tests/
Dinode-tests.c1111 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
/linux-4.1.27/include/trace/events/
Dbtrfs.h164 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\