Searched refs:left_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.
1956 * left_rec: the record on the left.
1957 * right_rec: the record to the right of left_rec
1962 static void ocfs2_adjust_adjacent_records(struct ocfs2_extent_rec *left_rec, argument
1981 left_clusters -= le32_to_cpu(left_rec->e_cpos);
1982 left_rec->e_int_clusters = cpu_to_le32(left_clusters);
1992 right_rec->e_cpos = left_rec->e_cpos;
2049 struct ocfs2_extent_rec *left_rec, *right_rec; local
2077 left_rec = &el->l_recs[idx];
2082 ocfs2_adjust_adjacent_records(left_rec, right_re
3355 struct ocfs2_extent_rec *left_rec; local
3522 struct ocfs2_extent_rec *left_rec; local
[all...]

Completed in 156 milliseconds