Searched refs:page_array_alloc (Results 1 – 2 of 2) sorted by relevance
26 static void *page_array_alloc(struct inode *inode, int nr) in page_array_alloc() function148 cc->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_init_compress_ctx()646 cc->cpages = page_array_alloc(cc->inode, cc->nr_cpages); in f2fs_compress_pages()1287 cic->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_write_compressed_pages()1563 dic->tpages = page_array_alloc(dic->inode, dic->cluster_size); in f2fs_prepare_decomp_mem()1623 dic->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_alloc_dic()1644 dic->cpages = page_array_alloc(dic->inode, dic->nr_cpages); in f2fs_alloc_dic()
58 static int page_array_alloc(struct page_array *pa, unsigned int len) in page_array_alloc() function631 ret = page_array_alloc(pa, idaw_nr); in ccwchain_fetch_ccw()