Searched refs:btrfs_alloc_page_array (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.h | 297 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array);
|
H A D | raid56.c | 967 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 D | compression.c | 516 ret2 = btrfs_alloc_page_array(cb->nr_pages, cb->compressed_pages); in btrfs_submit_compressed_read()
|
H A D | extent_io.c | 681 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 D | check-integrity.c | 1562 ret = btrfs_alloc_page_array(num_pages, block_ctx->pagev); in btrfsic_read_block()
|
H A D | scrub.c | 265 ret = btrfs_alloc_page_array(SCRUB_STRIPE_PAGES, stripe->pages); in init_scrub_stripe()
|
H A D | inode.c | 10044 ret = btrfs_alloc_page_array(nr_pages, pages); in btrfs_encoded_read_regular()
|