Searched refs:btrfs_alloc_page_array (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | extent_io.h | 279 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array);
|
A D | raid56.c | 977 ret = btrfs_alloc_page_array(rbio->nr_pages, rbio->stripe_pages); in alloc_rbio_pages() 991 ret = btrfs_alloc_page_array(rbio->nr_pages - data_pages, in alloc_rbio_parity_pages() 1532 ret = btrfs_alloc_page_array(data_pages, rbio->stripe_pages); in alloc_rbio_data_pages()
|
A D | compression.c | 582 ret2 = btrfs_alloc_page_array(cb->nr_pages, cb->compressed_pages); in btrfs_submit_compressed_read()
|
A D | extent_io.c | 845 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array) in btrfs_alloc_page_array() function 3745 ret = btrfs_alloc_page_array(num_pages, new->pages); in btrfs_clone_extent_buffer() 3781 ret = btrfs_alloc_page_array(num_pages, eb->pages); in __alloc_dummy_extent_buffer()
|
A D | check-integrity.c | 1557 ret = btrfs_alloc_page_array(num_pages, block_ctx->pagev); in btrfsic_read_block()
|
A D | inode.c | 10003 ret = btrfs_alloc_page_array(nr_pages, pages); in btrfs_encoded_read_regular()
|
Completed in 44 milliseconds