exfat_clear_bitmap
int exfat_clear_bitmap(struct super_block *sb, unsigned int clu, bool sync);
err = exfat_clear_bitmap(sb, clu, (sync && IS_DIRSYNC(inode)));
if (exfat_clear_bitmap(sb, clu, (sync && IS_DIRSYNC(inode))))