Searched refs:page_array_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/s390/cio/ |
D | vfio_ccw_cp.c | 59 static int page_array_alloc(struct page_array *pa, u64 iova, unsigned int len) in page_array_alloc() function 242 ret = page_array_alloc(&pa, iova, n); in copy_from_iova() 598 ret = page_array_alloc(pa, iova, bytes); in ccwchain_fetch_direct()
|
/linux-6.1.9/fs/f2fs/ |
D | compress.c | 26 static void *page_array_alloc(struct inode *inode, int nr) in page_array_alloc() function 147 cc->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_init_compress_ctx() 639 cc->cpages = page_array_alloc(cc->inode, cc->nr_cpages); in f2fs_compress_pages() 1278 cic->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_write_compressed_pages() 1548 dic->tpages = page_array_alloc(dic->inode, dic->cluster_size); in f2fs_prepare_decomp_mem() 1610 dic->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_alloc_dic() 1631 dic->cpages = page_array_alloc(dic->inode, dic->nr_cpages); in f2fs_alloc_dic()
|