right_rec 1959 fs/ocfs2/alloc.c struct ocfs2_extent_rec *right_rec, right_rec 1985 fs/ocfs2/alloc.c right_end = le32_to_cpu(right_rec->e_cpos); right_rec 1986 fs/ocfs2/alloc.c right_end += le32_to_cpu(right_rec->e_int_clusters); right_rec 1988 fs/ocfs2/alloc.c right_rec->e_cpos = left_rec->e_cpos; right_rec 1989 fs/ocfs2/alloc.c le32_add_cpu(&right_rec->e_cpos, left_clusters); right_rec 1991 fs/ocfs2/alloc.c right_end -= le32_to_cpu(right_rec->e_cpos); right_rec 1992 fs/ocfs2/alloc.c right_rec->e_int_clusters = cpu_to_le32(right_end); right_rec 2045 fs/ocfs2/alloc.c struct ocfs2_extent_rec *left_rec, *right_rec; right_rec 2076 fs/ocfs2/alloc.c right_rec = &el->l_recs[0]; right_rec 2078 fs/ocfs2/alloc.c ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el); right_rec 3352 fs/ocfs2/alloc.c struct ocfs2_extent_rec *right_rec; right_rec 3375 fs/ocfs2/alloc.c right_rec = &right_el->l_recs[0]; right_rec 3376 fs/ocfs2/alloc.c if (ocfs2_is_empty_extent(right_rec)) { right_rec 3378 fs/ocfs2/alloc.c right_rec = &right_el->l_recs[1]; right_rec 3383 fs/ocfs2/alloc.c le32_to_cpu(right_rec->e_cpos)); right_rec 3425 fs/ocfs2/alloc.c right_rec = &el->l_recs[index + 1]; right_rec 3437 fs/ocfs2/alloc.c le32_add_cpu(&right_rec->e_cpos, -split_clusters); right_rec 3438 fs/ocfs2/alloc.c le64_add_cpu(&right_rec->e_blkno, right_rec 3441 fs/ocfs2/alloc.c le16_add_cpu(&right_rec->e_leaf_clusters, split_clusters); right_rec 3519 fs/ocfs2/alloc.c struct ocfs2_extent_rec *right_rec; right_rec 3528 fs/ocfs2/alloc.c right_rec = &el->l_recs[index]; right_rec 3605 fs/ocfs2/alloc.c le32_add_cpu(&right_rec->e_cpos, split_clusters); right_rec 3606 fs/ocfs2/alloc.c le64_add_cpu(&right_rec->e_blkno, right_rec 3609 fs/ocfs2/alloc.c le16_add_cpu(&right_rec->e_leaf_clusters, -split_clusters); right_rec 3622 fs/ocfs2/alloc.c if (le16_to_cpu(right_rec->e_leaf_clusters) == 0 &&