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

/linux-master/fs/f2fs/
H A Dcompress.c833 bool f2fs_cluster_is_empty(struct compress_ctx *cc) function
845 if (f2fs_cluster_is_empty(cc))
1080 if (!f2fs_cluster_is_empty(cc)) {
H A Ddata.c2170 f2fs_bug_on(sbi, f2fs_cluster_is_empty(cc));
2196 if (f2fs_cluster_is_empty(cc))
2422 if (nr_pages == 1 && !f2fs_cluster_is_empty(&cc)) {
3068 if (!f2fs_cluster_is_empty(&cc))
3180 if (f2fs_compressed_file(inode) && !f2fs_cluster_is_empty(&cc)) {
H A Df2fs.h4280 bool f2fs_cluster_is_empty(struct compress_ctx *cc);

Completed in 160 milliseconds