tl_count         1138 fs/cifs/cifsglob.h 	atomic_t		tl_count;
tl_count         1163 fs/cifs/cifsglob.h 		atomic_inc(&tlink->tl_count);
tl_count         3601 fs/cifs/connect.c 	if (!atomic_dec_and_test(&tlink->tl_count) ||
tl_count         5492 fs/cifs/connect.c 		    atomic_read(&tlink->tl_count) != 0 ||
tl_count         5815 fs/ocfs2/alloc.c 	mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->tl_count),
tl_count         5818 fs/ocfs2/alloc.c 			le16_to_cpu(tl->tl_used), le16_to_cpu(tl->tl_count));
tl_count         5819 fs/ocfs2/alloc.c 	return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->tl_count);
tl_count         5845 fs/ocfs2/alloc.c 	unsigned int start_cluster, tl_count;
tl_count         5863 fs/ocfs2/alloc.c 	tl_count = le16_to_cpu(tl->tl_count);
tl_count         5864 fs/ocfs2/alloc.c 	mlog_bug_on_msg(tl_count > ocfs2_truncate_recs_per_inode(osb->sb) ||
tl_count         5865 fs/ocfs2/alloc.c 			tl_count == 0,
tl_count         5870 fs/ocfs2/alloc.c 			le16_to_cpu(tl->tl_count));
tl_count         5874 fs/ocfs2/alloc.c 	if (index >= tl_count) {
tl_count          496 fs/ocfs2/ocfs2_fs.h /*00*/	__le16 tl_count;		/* Total records in this log */