Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dextent_io.h248 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array);
Draid56.c985 ret = btrfs_alloc_page_array(rbio->nr_pages, rbio->stripe_pages); in alloc_rbio_pages()
999 ret = btrfs_alloc_page_array(rbio->nr_pages - data_pages, in alloc_rbio_parity_pages()
Dcompression.c726 ret2 = btrfs_alloc_page_array(cb->nr_pages, cb->compressed_pages); in btrfs_submit_compressed_read()
Dextent_io.c1310 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array) in btrfs_alloc_page_array() function
4303 ret = btrfs_alloc_page_array(num_pages, new->pages); in btrfs_clone_extent_buffer()
4339 ret = btrfs_alloc_page_array(num_pages, eb->pages); in __alloc_dummy_extent_buffer()
Dcheck-integrity.c1555 ret = btrfs_alloc_page_array(num_pages, block_ctx->pagev); in btrfsic_read_block()
Dinode.c10399 ret = btrfs_alloc_page_array(nr_pages, pages); in btrfs_encoded_read_regular()