Lines Matching refs:e_int_clusters
1270 eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0); in ocfs2_add_branch()
1310 el->l_recs[i].e_int_clusters = 0; in ocfs2_add_branch()
1413 root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters); in ocfs2_shift_tree_depth()
1977 left_rec->e_int_clusters = cpu_to_le32(left_clusters); in ocfs2_adjust_adjacent_records()
1985 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
1991 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()
2554 rec->e_int_clusters = cpu_to_le32(range); in ocfs2_update_edge_lengths()
2555 le32_add_cpu(&rec->e_int_clusters, -le32_to_cpu(rec->e_cpos)); in ocfs2_update_edge_lengths()
3976 rec->e_int_clusters = insert_rec->e_cpos; in ocfs2_adjust_rightmost_records()
3977 le32_add_cpu(&rec->e_int_clusters, in ocfs2_adjust_rightmost_records()
3979 le32_add_cpu(&rec->e_int_clusters, in ocfs2_adjust_rightmost_records()
7309 if (root_el->l_tree_depth && rec->e_int_clusters == 0) { in ocfs2_commit_truncate()