Home
last modified time | relevance | path

Searched refs:alloc_btrfs_io_context (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/btrfs/tests/
Draid-stripe-tree-tests.c54 bioc = alloc_btrfs_io_context(fs_info, logical1, RST_TEST_NUM_DEVICES); in test_punch_hole_3extents()
230 bioc = alloc_btrfs_io_context(fs_info, logical1, RST_TEST_NUM_DEVICES); in test_delete_two_extents()
375 bioc = alloc_btrfs_io_context(fs_info, logical1, RST_TEST_NUM_DEVICES); in test_punch_hole()
514 bioc = alloc_btrfs_io_context(fs_info, logical1, RST_TEST_NUM_DEVICES); in test_front_delete_prev_item()
655 bioc = alloc_btrfs_io_context(fs_info, logical, RST_TEST_NUM_DEVICES); in test_front_delete()
764 bioc = alloc_btrfs_io_context(fs_info, logical, RST_TEST_NUM_DEVICES); in test_tail_delete()
886 bioc = alloc_btrfs_io_context(fs_info, logical, RST_TEST_NUM_DEVICES); in test_create_update_delete()
1007 bioc = alloc_btrfs_io_context(fs_info, logical, RST_TEST_NUM_DEVICES); in test_simple_create_delete()
/linux-6.14.4/fs/btrfs/
Dvolumes.h863 struct btrfs_io_context *alloc_btrfs_io_context(struct btrfs_fs_info *fs_info,
Dvolumes.c6116 struct btrfs_io_context *alloc_btrfs_io_context(struct btrfs_fs_info *fs_info, in alloc_btrfs_io_context() function
6751 bioc = alloc_btrfs_io_context(fs_info, logical, num_alloc_stripes); in btrfs_map_block()