Home
last modified time | relevance | path

Searched refs:f2fs_cluster_is_empty (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcompress.c835 bool f2fs_cluster_is_empty(struct compress_ctx *cc) in f2fs_cluster_is_empty() function
847 if (f2fs_cluster_is_empty(cc)) in f2fs_cluster_can_merge_page()
995 if (!f2fs_cluster_is_empty(cc)) { in prepare_compress_overwrite()
H A Ddata.c2180 f2fs_bug_on(sbi, f2fs_cluster_is_empty(cc)); in f2fs_read_multi_pages()
2206 if (f2fs_cluster_is_empty(cc)) in f2fs_read_multi_pages()
2418 if (nr_pages == 1 && !f2fs_cluster_is_empty(&cc)) { in f2fs_mpage_readpages()
3021 if (f2fs_cluster_is_empty(&cc)) { in f2fs_write_cache_pages()
3135 if (f2fs_compressed_file(inode) && !f2fs_cluster_is_empty(&cc)) { in f2fs_write_cache_pages()
H A Df2fs.h4199 bool f2fs_cluster_is_empty(struct compress_ctx *cc);