Searched refs:btrfs_alloc_page_array (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/ |
H A D | extent_io.h | 367 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array,
|
H A D | extent_io.c | 592 int btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array, in btrfs_alloc_page_array() function 625 ret = btrfs_alloc_page_array(num_pages, page_array, nofail); in alloc_eb_folio_array()
|
H A D | scrub.c | 370 ret = btrfs_alloc_page_array(SCRUB_STRIPE_PAGES, stripe->pages, false); in init_scrub_stripe()
|
H A D | ioctl.c | 4742 ret = btrfs_alloc_page_array(nr_pages, pages, 0); in btrfs_uring_read_extent()
|
H A D | inode.c | 9444 ret = btrfs_alloc_page_array(nr_pages, pages, false); in btrfs_encoded_read_regular()
|