Searched refs:tail_rec (Results 1 – 1 of 1) sorted by relevance
1845 struct ocfs2_refcount_rec *tail_rec = NULL; in ocfs2_split_refcount_rec() local1941 tail_rec = &rf_list->rl_recs[index + recs_need]; in ocfs2_split_refcount_rec()1943 memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()1944 le64_add_cpu(&tail_rec->r_cpos, in ocfs2_split_refcount_rec()1945 le32_to_cpu(tail_rec->r_clusters) - len); in ocfs2_split_refcount_rec()1946 tail_rec->r_clusters = cpu_to_le32(len); in ocfs2_split_refcount_rec()1958 if (split_rec->r_cpos != orig_rec->r_cpos && tail_rec != orig_rec) { in ocfs2_split_refcount_rec()