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 | 3092 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary() 3135 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range() 3170 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range() 3421 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate() 3530 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent() 3534 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
|
D | inode.c | 4797 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand() 6824 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap() 6904 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap() 6905 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap() 7318 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write() 7324 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write() 7527 (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && !write)) { in btrfs_dio_iomap_begin() 9890 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
|
D | file-item.c | 1088 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
|
D | tree-log.c | 4143 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums() 4277 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent() 4487 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
|
D | extent_io.c | 3233 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_do_readpage() 4840 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
|
/fs/btrfs/tests/ |
D | inode-tests.c | 1118 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
|