Searched refs:right_rec (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.c1950 * Adjust the adjacent records (left_rec, right_rec) involved in a rotation.
1957 * right_rec: the record to the right of left_rec
1958 * right_child_el: is the child list pointed to by right_rec
1963 struct ocfs2_extent_rec *right_rec,
1989 right_end = le32_to_cpu(right_rec->e_cpos);
1990 right_end += le32_to_cpu(right_rec->e_int_clusters);
1992 right_rec->e_cpos = left_rec->e_cpos;
1993 le32_add_cpu(&right_rec->e_cpos, left_clusters);
1995 right_end -= le32_to_cpu(right_rec->e_cpos);
1996 right_rec
1962 ocfs2_adjust_adjacent_records(struct ocfs2_extent_rec *left_rec, struct ocfs2_extent_rec *right_rec, struct ocfs2_extent_list *right_child_el) argument
2049 struct ocfs2_extent_rec *left_rec, *right_rec; local
3356 struct ocfs2_extent_rec *right_rec; local
3523 struct ocfs2_extent_rec *right_rec; local
[all...]

Completed in 233 milliseconds