Searched refs:EXTENT_FLAG_PREALLOC (Results 1 – 7 of 7) sorted by relevance
/fs/btrfs/ |
D | extent_map.h | 21 EXTENT_FLAG_PREALLOC, enumerator
|
D | file.c | 2989 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()
|
D | inode.c | 5370 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()
|
D | file-item.c | 994 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
|
D | tree-log.c | 4145 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()
|
D | extent_io.c | 3150 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/ |
D | inode-tests.c | 1119 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
|