tl_recs          5833 fs/ocfs2/alloc.c 	current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start);
tl_recs          5834 fs/ocfs2/alloc.c 	current_tail += le32_to_cpu(tl->tl_recs[tail_index].t_clusters);
tl_recs          5897 fs/ocfs2/alloc.c 		num_clusters += le32_to_cpu(tl->tl_recs[index].t_clusters);
tl_recs          5900 fs/ocfs2/alloc.c 			index, le32_to_cpu(tl->tl_recs[index].t_start),
tl_recs          5903 fs/ocfs2/alloc.c 		tl->tl_recs[index].t_start = cpu_to_le32(start_cluster);
tl_recs          5906 fs/ocfs2/alloc.c 	tl->tl_recs[index].t_clusters = cpu_to_le32(num_clusters);
tl_recs          5954 fs/ocfs2/alloc.c 		rec = tl->tl_recs[i];
tl_recs          6284 fs/ocfs2/alloc.c 		clusters = le32_to_cpu(tl->tl_recs[i].t_clusters);
tl_recs          6285 fs/ocfs2/alloc.c 		start_cluster = le32_to_cpu(tl->tl_recs[i].t_start);
tl_recs           499 fs/ocfs2/ocfs2_fs.h /*08*/	struct ocfs2_truncate_rec tl_recs[0];	/* Truncate records */
tl_recs          1384 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_dealloc.tl_recs);
tl_recs          1532 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_dealloc.tl_recs);