Home
last modified time | relevance | path

Searched refs:page_array_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Dcompress.c26 static void *page_array_alloc(struct inode *inode, int nr) in page_array_alloc() function
150 cc->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_init_compress_ctx()
642 cc->cpages = page_array_alloc(cc->inode, cc->nr_cpages); in f2fs_compress_pages()
1340 cic->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_write_compressed_pages()
1639 dic->tpages = page_array_alloc(dic->inode, dic->cluster_size); in f2fs_prepare_decomp_mem()
1699 dic->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_alloc_dic()
1720 dic->cpages = page_array_alloc(dic->inode, dic->nr_cpages); in f2fs_alloc_dic()
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c58 static int page_array_alloc(struct page_array *pa, unsigned int len) in page_array_alloc() function
637 ret = page_array_alloc(pa, idaw_nr); in ccwchain_fetch_ccw()