Lines Matching refs:page_array_free
35 static void page_array_free(struct inode *inode, void *pages, int nr) in page_array_free() function
151 page_array_free(cc->inode, cc->rpages, cc->cluster_size); in f2fs_destroy_compress_ctx()
712 page_array_free(cc->inode, cc->cpages, cc->nr_cpages); in f2fs_compress_pages()
729 page_array_free(cc->inode, cc->cpages, cc->nr_cpages); in f2fs_compress_pages()
1302 page_array_free(cc->inode, cc->cpages, cc->nr_cpages); in f2fs_write_compressed_pages()
1308 page_array_free(cc->inode, cic->rpages, cc->cluster_size); in f2fs_write_compressed_pages()
1328 page_array_free(cc->inode, cc->cpages, cc->nr_cpages); in f2fs_write_compressed_pages()
1356 page_array_free(cic->inode, cic->rpages, cic->nr_rpages); in f2fs_compress_write_end_io()
1613 page_array_free(dic->inode, dic->tpages, dic->cluster_size); in f2fs_free_dic()
1622 page_array_free(dic->inode, dic->cpages, dic->nr_cpages); in f2fs_free_dic()
1625 page_array_free(dic->inode, dic->rpages, dic->nr_rpages); in f2fs_free_dic()