Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dalloc.c1951 struct ocfs2_extent_rec *right_rec, in ocfs2_adjust_adjacent_records() argument
1977 right_end = le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
1978 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
1980 right_rec->e_cpos = left_rec->e_cpos; in ocfs2_adjust_adjacent_records()
1981 le32_add_cpu(&right_rec->e_cpos, left_clusters); in ocfs2_adjust_adjacent_records()
1983 right_end -= le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
1984 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()
2037 struct ocfs2_extent_rec *left_rec, *right_rec; in ocfs2_complete_edge_insert() local
2068 right_rec = &el->l_recs[0]; in ocfs2_complete_edge_insert()
2070 ocfs2_adjust_adjacent_records(left_rec, left_el, right_rec, in ocfs2_complete_edge_insert()
[all …]