Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dextent-io-tests.c527 eb = alloc_dummy_extent_buffer(fs_info, 0); in test_eb_bitmaps()
544 eb = alloc_dummy_extent_buffer(fs_info, sectorsize); in test_eb_bitmaps()
732 eb = alloc_dummy_extent_buffer(fs_info, SZ_1M); in test_eb_mem_ops()
/linux/fs/btrfs/
H A Dextent_io.h250 struct extent_buffer *alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info,
H A Dextent_io.c2947 struct extent_buffer *alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info, in alloc_dummy_extent_buffer() function
3064 eb = alloc_dummy_extent_buffer(fs_info, start); in alloc_test_extent_buffer()
H A Dtree-log.c2916 ctx->scratch_eb = alloc_dummy_extent_buffer(inode->root->fs_info, 0); in btrfs_init_log_ctx_scratch_eb()