Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dextent_io.h297 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array);
H A 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()
H A Dcompression.c516 ret2 = btrfs_alloc_page_array(cb->nr_pages, cb->compressed_pages); in btrfs_submit_compressed_read()
H A Dextent_io.c681 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array) in btrfs_alloc_page_array() function
3417 ret = btrfs_alloc_page_array(num_pages, new->pages); in btrfs_clone_extent_buffer()
3453 ret = btrfs_alloc_page_array(num_pages, eb->pages); in __alloc_dummy_extent_buffer()
H A Dcheck-integrity.c1562 ret = btrfs_alloc_page_array(num_pages, block_ctx->pagev); in btrfsic_read_block()
H A Dscrub.c265 ret = btrfs_alloc_page_array(SCRUB_STRIPE_PAGES, stripe->pages); in init_scrub_stripe()
H A Dinode.c10044 ret = btrfs_alloc_page_array(nr_pages, pages); in btrfs_encoded_read_regular()