Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dextent_io.h297 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array);
Draid56.c967 ret = btrfs_alloc_page_array(rbio->nr_pages, rbio->stripe_pages); in alloc_rbio_pages()
981 ret = btrfs_alloc_page_array(rbio->nr_pages - data_pages, in alloc_rbio_parity_pages()
1533 ret = btrfs_alloc_page_array(data_pages, rbio->stripe_pages); in alloc_rbio_data_pages()
Dcompression.c516 ret2 = btrfs_alloc_page_array(cb->nr_pages, cb->compressed_pages); in btrfs_submit_compressed_read()
Dextent_io.c681 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array) in btrfs_alloc_page_array() function
3212 ret = btrfs_alloc_page_array(num_pages, new->pages); in btrfs_clone_extent_buffer()
3248 ret = btrfs_alloc_page_array(num_pages, eb->pages); in __alloc_dummy_extent_buffer()
Dcheck-integrity.c1562 ret = btrfs_alloc_page_array(num_pages, block_ctx->pagev); in btrfsic_read_block()
Dscrub.c265 ret = btrfs_alloc_page_array(SCRUB_STRIPE_PAGES, stripe->pages); in init_scrub_stripe()
Dinode.c9980 ret = btrfs_alloc_page_array(nr_pages, pages); in btrfs_encoded_read_regular()