Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dcompress.c26 static void *page_array_alloc(struct inode *inode, int nr) in page_array_alloc() function
148 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()
/linux-6.6.21/drivers/s390/cio/
Dvfio_ccw_cp.c58 static int page_array_alloc(struct page_array *pa, unsigned int len) in page_array_alloc() function
631 ret = page_array_alloc(pa, idaw_nr); in ccwchain_fetch_ccw()