linux/fs/btrfs/tests/extent-buffer-tests.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2013 Fusion IO.  All rights reserved.
 */

#include <linux/slab.h>
#include "btrfs-tests.h"
#include "../ctree.h"
#include "../extent_io.h"
#include "../disk-io.h"
#include "../accessors.h"

static int test_btrfs_split_item(u32 sectorsize, u32 nodesize)
{}

int btrfs_test_extent_buffer_operations(u32 sectorsize, u32 nodesize)
{}