Lines Matching defs:left_rec
1945 * Adjust the adjacent records (left_rec, right_rec) involved in a rotation.
1951 * left_rec: the record on the left.
1952 * right_rec: the record to the right of left_rec
1957 static void ocfs2_adjust_adjacent_records(struct ocfs2_extent_rec *left_rec,
1976 left_clusters -= le32_to_cpu(left_rec->e_cpos);
1977 left_rec->e_int_clusters = cpu_to_le32(left_clusters);
1987 right_rec->e_cpos = left_rec->e_cpos;
2044 struct ocfs2_extent_rec *left_rec, *right_rec;
2072 left_rec = &el->l_recs[idx];
2077 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el);
3350 struct ocfs2_extent_rec *left_rec;
3360 left_rec = &el->l_recs[index];
3380 BUG_ON(le32_to_cpu(left_rec->e_cpos) +
3381 le16_to_cpu(left_rec->e_leaf_clusters) !=
3434 le16_add_cpu(&left_rec->e_leaf_clusters, -split_clusters);
3517 struct ocfs2_extent_rec *left_rec;
3540 left_rec = &left_el->l_recs[
3542 BUG_ON(le32_to_cpu(left_rec->e_cpos) +
3543 le16_to_cpu(left_rec->e_leaf_clusters) !=
3584 left_rec = &el->l_recs[index - 1];
3600 *left_rec = *split_rec;
3602 le16_add_cpu(&left_rec->e_leaf_clusters, split_clusters);