Searched refs:alloc_dummy_extent_buffer (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/tests/ |
H A D | extent-buffer-tests.c | 51 eb = alloc_dummy_extent_buffer(fs_info, nodesize); in test_btrfs_split_item()
|
H A D | inode-tests.c | 249 root->node = alloc_dummy_extent_buffer(fs_info, nodesize); in test_btrfs_get_extent() 823 root->node = alloc_dummy_extent_buffer(fs_info, nodesize); in test_hole_first()
|
/linux/fs/btrfs/ |
H A D | extent_io.h | 257 struct extent_buffer *alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info,
|
H A D | tree-mod-log.c | 930 eb_rewin = alloc_dummy_extent_buffer(fs_info, eb->start); in btrfs_tree_mod_log_rewind() 1045 eb = alloc_dummy_extent_buffer(fs_info, logical); in btrfs_get_old_root()
|
H A D | extent_io.c | 2764 struct extent_buffer *alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info, in alloc_dummy_extent_buffer() function 2855 eb = alloc_dummy_extent_buffer(fs_info, start); in alloc_test_extent_buffer()
|
H A D | tree-log.c | 2871 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0); in btrfs_init_log_ctx_scratch_eb()
|
H A D | volumes.c | 7374 sb = alloc_dummy_extent_buffer(fs_info, BTRFS_SUPER_INFO_OFFSET); in btrfs_read_sys_array()
|