Searched refs:rf_records (Results 1 – 2 of 2) sorted by relevance
640 rb->rf_records.rl_count = in ocfs2_create_refcount_tree()895 for (; i < le16_to_cpu(rb->rf_records.rl_used); i++) { in ocfs2_find_refcount_rec_in_rl()896 rec = &rb->rf_records.rl_recs[i]; in ocfs2_find_refcount_rec_in_rl()914 if (i < le16_to_cpu(rb->rf_records.rl_used) && in ocfs2_find_refcount_rec_in_rl()1163 if ((rb->rf_records.rl_recs[index].r_refcount == in ocfs2_refcount_rec_adjacent()1164 rb->rf_records.rl_recs[index + 1].r_refcount) && in ocfs2_refcount_rec_adjacent()1165 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent()1166 le32_to_cpu(rb->rf_records.rl_recs[index].r_clusters) == in ocfs2_refcount_rec_adjacent()1167 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent()1179 if (index < le16_to_cpu(rb->rf_records.rl_used) - 1) in ocfs2_refcount_rec_contig()[all …]
1009 struct ocfs2_refcount_list rf_records; /* List of refcount member1469 offsetof(struct ocfs2_refcount_block, rf_records.rl_recs); in ocfs2_refcount_recs_per_rb()