f2fs_cluster_is_empty
if (!f2fs_cluster_is_empty(cc)) {
if (f2fs_cluster_is_empty(cc))
f2fs_bug_on(sbi, f2fs_cluster_is_empty(cc));
if (f2fs_cluster_is_empty(cc))
if (nr_pages == 1 && !f2fs_cluster_is_empty(&cc)) {
if (!f2fs_cluster_is_empty(&cc))
if (f2fs_compressed_file(inode) && !f2fs_cluster_is_empty(&cc)) {
bool f2fs_cluster_is_empty(struct compress_ctx *cc);