Lines Matching refs:e_int_clusters
1285 eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0); in ocfs2_add_branch()
1325 el->l_recs[i].e_int_clusters = 0; in ocfs2_add_branch()
1428 root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters); in ocfs2_shift_tree_depth()
1992 left_rec->e_int_clusters = cpu_to_le32(left_clusters); in ocfs2_adjust_adjacent_records()
2000 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
2006 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()
2569 rec->e_int_clusters = cpu_to_le32(range); in ocfs2_update_edge_lengths()
2570 le32_add_cpu(&rec->e_int_clusters, -le32_to_cpu(rec->e_cpos)); in ocfs2_update_edge_lengths()
3991 rec->e_int_clusters = insert_rec->e_cpos; in ocfs2_adjust_rightmost_records()
3992 le32_add_cpu(&rec->e_int_clusters, in ocfs2_adjust_rightmost_records()
3994 le32_add_cpu(&rec->e_int_clusters, in ocfs2_adjust_rightmost_records()
7288 if (root_el->l_tree_depth && rec->e_int_clusters == 0) { in ocfs2_commit_truncate()