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