e_int_clusters   1271 fs/ocfs2/alloc.c 		eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0);
e_int_clusters   1311 fs/ocfs2/alloc.c 	el->l_recs[i].e_int_clusters = 0;
e_int_clusters   1414 fs/ocfs2/alloc.c 	root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters);
e_int_clusters   1978 fs/ocfs2/alloc.c 	left_rec->e_int_clusters = cpu_to_le32(left_clusters);
e_int_clusters   1986 fs/ocfs2/alloc.c 	right_end += le32_to_cpu(right_rec->e_int_clusters);
e_int_clusters   1992 fs/ocfs2/alloc.c 	right_rec->e_int_clusters = cpu_to_le32(right_end);
e_int_clusters   2555 fs/ocfs2/alloc.c 		rec->e_int_clusters = cpu_to_le32(range);
e_int_clusters   2556 fs/ocfs2/alloc.c 		le32_add_cpu(&rec->e_int_clusters, -le32_to_cpu(rec->e_cpos));
e_int_clusters   3977 fs/ocfs2/alloc.c 		rec->e_int_clusters = insert_rec->e_cpos;
e_int_clusters   3978 fs/ocfs2/alloc.c 		le32_add_cpu(&rec->e_int_clusters,
e_int_clusters   3980 fs/ocfs2/alloc.c 		le32_add_cpu(&rec->e_int_clusters,
e_int_clusters   7310 fs/ocfs2/alloc.c 		if (root_el->l_tree_depth && rec->e_int_clusters == 0) {
e_int_clusters    245 fs/ocfs2/alloc.h 		return le32_to_cpu(rec->e_int_clusters);
e_int_clusters    431 fs/ocfs2/ocfs2_fs.h 		__le32 e_int_clusters; /* Clusters covered by all children */