Lines Matching refs:e_int_clusters
1275 eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0); in ocfs2_add_branch()
1315 el->l_recs[i].e_int_clusters = 0; in ocfs2_add_branch()
1418 root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters); in ocfs2_shift_tree_depth()
1990 left_rec->e_int_clusters = cpu_to_le32(left_clusters); in ocfs2_adjust_adjacent_records()
1998 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
2004 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()
2567 rec->e_int_clusters = cpu_to_le32(range); in ocfs2_update_edge_lengths()
2568 le32_add_cpu(&rec->e_int_clusters, -le32_to_cpu(rec->e_cpos)); in ocfs2_update_edge_lengths()
3989 rec->e_int_clusters = insert_rec->e_cpos; in ocfs2_adjust_rightmost_records()
3990 le32_add_cpu(&rec->e_int_clusters, in ocfs2_adjust_rightmost_records()
3992 le32_add_cpu(&rec->e_int_clusters, in ocfs2_adjust_rightmost_records()
7319 if (root_el->l_tree_depth && rec->e_int_clusters == 0) { in ocfs2_commit_truncate()