orig_rec         1836 fs/ocfs2/refcounttree.c 	struct ocfs2_refcount_rec *orig_rec = &rf_list->rl_recs[index];
orig_rec         1842 fs/ocfs2/refcounttree.c 	trace_ocfs2_split_refcount_rec(le64_to_cpu(orig_rec->r_cpos),
orig_rec         1843 fs/ocfs2/refcounttree.c 		le32_to_cpu(orig_rec->r_clusters),
orig_rec         1844 fs/ocfs2/refcounttree.c 		le32_to_cpu(orig_rec->r_refcount),
orig_rec         1855 fs/ocfs2/refcounttree.c 	    (split_rec->r_cpos == orig_rec->r_cpos ||
orig_rec         1858 fs/ocfs2/refcounttree.c 	     le64_to_cpu(orig_rec->r_cpos) + le32_to_cpu(orig_rec->r_clusters)))
orig_rec         1868 fs/ocfs2/refcounttree.c 	    (split_rec->r_cpos != orig_rec->r_cpos &&
orig_rec         1871 fs/ocfs2/refcounttree.c 	     le64_to_cpu(orig_rec->r_cpos) + le32_to_cpu(orig_rec->r_clusters)))
orig_rec         1878 fs/ocfs2/refcounttree.c 		u64 cpos = le64_to_cpu(orig_rec->r_cpos);
orig_rec         1879 fs/ocfs2/refcounttree.c 		len = le32_to_cpu(orig_rec->r_clusters);
orig_rec         1902 fs/ocfs2/refcounttree.c 		orig_rec = &rf_list->rl_recs[index];
orig_rec         1923 fs/ocfs2/refcounttree.c 	len = (le64_to_cpu(orig_rec->r_cpos) +
orig_rec         1924 fs/ocfs2/refcounttree.c 	      le32_to_cpu(orig_rec->r_clusters)) -
orig_rec         1935 fs/ocfs2/refcounttree.c 		memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec));
orig_rec         1950 fs/ocfs2/refcounttree.c 	if (split_rec->r_cpos != orig_rec->r_cpos && tail_rec != orig_rec) {
orig_rec         1952 fs/ocfs2/refcounttree.c 		      le64_to_cpu(orig_rec->r_cpos);
orig_rec         1953 fs/ocfs2/refcounttree.c 		orig_rec->r_clusters = cpu_to_le32(len);