Searched refs:page_array_free (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | compress.c | 37 static void page_array_free(struct inode *inode, void *pages, int nr) in page_array_free() function 156 page_array_free(cc->inode, cc->rpages, cc->cluster_size); in f2fs_destroy_compress_ctx() 717 page_array_free(cc->inode, cc->cpages, cc->nr_cpages); in f2fs_compress_pages() 1443 page_array_free(cc->inode, cc->cpages, cc->nr_cpages); in f2fs_write_compressed_pages() 1449 page_array_free(cc->inode, cic->rpages, cc->cluster_size); in f2fs_write_compressed_pages() 1470 page_array_free(cc->inode, cc->cpages, cc->nr_cpages); in f2fs_write_compressed_pages() 1500 page_array_free(cic->inode, cic->rpages, cic->nr_rpages); in f2fs_compress_write_end_io() 1762 page_array_free(dic->inode, dic->tpages, dic->cluster_size); in f2fs_free_dic() 1771 page_array_free(dic->inode, dic->cpages, dic->nr_cpages); in f2fs_free_dic() 1774 page_array_free(dic->inode, dic->rpages, dic->nr_rpages); in f2fs_free_dic()
|