Lines Matching refs:tl_count
5812 mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->tl_count),
5815 le16_to_cpu(tl->tl_used), le16_to_cpu(tl->tl_count));
5816 return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->tl_count);
5842 unsigned int start_cluster, tl_count;
5860 tl_count = le16_to_cpu(tl->tl_count);
5861 mlog_bug_on_msg(tl_count > ocfs2_truncate_recs_per_inode(osb->sb) ||
5862 tl_count == 0,
5867 le16_to_cpu(tl->tl_count));
5871 if (index >= tl_count) {