Lines Matching refs:tl_count
5814 mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->tl_count),
5817 le16_to_cpu(tl->tl_used), le16_to_cpu(tl->tl_count));
5818 return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->tl_count);
5844 unsigned int start_cluster, tl_count;
5862 tl_count = le16_to_cpu(tl->tl_count);
5863 mlog_bug_on_msg(tl_count > ocfs2_truncate_recs_per_inode(osb->sb) ||
5864 tl_count == 0,
5869 le16_to_cpu(tl->tl_count));
5873 if (index >= tl_count) {