Lines Matching defs:left_rec
1943 * Adjust the adjacent records (left_rec, right_rec) involved in a rotation.
1949 * left_rec: the record on the left.
1950 * right_rec: the record to the right of left_rec
1955 static void ocfs2_adjust_adjacent_records(struct ocfs2_extent_rec *left_rec,
1974 left_clusters -= le32_to_cpu(left_rec->e_cpos);
1975 left_rec->e_int_clusters = cpu_to_le32(left_clusters);
1985 right_rec->e_cpos = left_rec->e_cpos;
2042 struct ocfs2_extent_rec *left_rec, *right_rec;
2070 left_rec = &el->l_recs[idx];
2075 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el);
3348 struct ocfs2_extent_rec *left_rec;
3358 left_rec = &el->l_recs[index];
3378 BUG_ON(le32_to_cpu(left_rec->e_cpos) +
3379 le16_to_cpu(left_rec->e_leaf_clusters) !=
3432 le16_add_cpu(&left_rec->e_leaf_clusters, -split_clusters);
3515 struct ocfs2_extent_rec *left_rec;
3538 left_rec = &left_el->l_recs[
3540 BUG_ON(le32_to_cpu(left_rec->e_cpos) +
3541 le16_to_cpu(left_rec->e_leaf_clusters) !=
3582 left_rec = &el->l_recs[index - 1];
3598 *left_rec = *split_rec;
3600 le16_add_cpu(&left_rec->e_leaf_clusters, split_clusters);