Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.c1971 static void ocfs2_adjust_adjacent_records(struct ocfs2_extent_rec *left_rec, in ocfs2_adjust_adjacent_records() argument
1990 left_clusters -= le32_to_cpu(left_rec->e_cpos); in ocfs2_adjust_adjacent_records()
1991 left_rec->e_int_clusters = cpu_to_le32(left_clusters); in ocfs2_adjust_adjacent_records()
2001 right_rec->e_cpos = left_rec->e_cpos; in ocfs2_adjust_adjacent_records()
2058 struct ocfs2_extent_rec *left_rec, *right_rec; in ocfs2_complete_edge_insert() local
2086 left_rec = &el->l_recs[idx]; in ocfs2_complete_edge_insert()
2091 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el); in ocfs2_complete_edge_insert()
3364 struct ocfs2_extent_rec *left_rec; in ocfs2_merge_rec_right() local
3374 left_rec = &el->l_recs[index]; in ocfs2_merge_rec_right()
3394 BUG_ON(le32_to_cpu(left_rec->e_cpos) + in ocfs2_merge_rec_right()
[all …]