Home
last modified time | relevance | path

Searched refs:offset_in_cluster (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dcompress.c56 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) in offset_in_cluster() function
171 cluster_ofs = offset_in_cluster(cc, page->index); in f2fs_compress_ctx_add_page()
1040 *pagep = cc->rpages[offset_in_cluster(cc, index)]; in prepare_compress_overwrite()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcompress.c61 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) in offset_in_cluster() function
170 cluster_ofs = offset_in_cluster(cc, page->index); in f2fs_compress_ctx_add_page()
1113 *pagep = cc->rpages[offset_in_cluster(cc, index)]; in prepare_compress_overwrite()

Completed in 5 milliseconds