Home
last modified time | relevance | path

Searched refs:alloc_dummy_extent_buffer (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/tests/
H A Dextent-buffer-tests.c51 eb = alloc_dummy_extent_buffer(fs_info, nodesize); in test_btrfs_split_item()
H A Dinode-tests.c249 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 Dextent_io.h257 struct extent_buffer *alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info,
H A Dtree-mod-log.c930 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 Dextent_io.c2764 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 Dtree-log.c2871 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0); in btrfs_init_log_ctx_scratch_eb()
H A Dvolumes.c7374 sb = alloc_dummy_extent_buffer(fs_info, BTRFS_SUPER_INFO_OFFSET); in btrfs_read_sys_array()