Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dvolumes.h755 struct btrfs_chunk_map *btrfs_alloc_chunk_map(int num_stripes, gfp_t gfp);
Dvolumes.c5434 struct btrfs_chunk_map *btrfs_alloc_chunk_map(int num_stripes, gfp_t gfp) in btrfs_alloc_chunk_map() function
5459 map = btrfs_alloc_chunk_map(ctl->num_stripes, GFP_NOFS); in create_chunk()
6924 map = btrfs_alloc_chunk_map(num_stripes, GFP_NOFS); in read_one_chunk()
/linux-6.12.1/fs/btrfs/tests/
Dextent-map-tests.c1020 map = btrfs_alloc_chunk_map(test->num_stripes, GFP_KERNEL); in test_rmap_block()