Searched refs:rf_records (Results 1 – 2 of 2) sorted by relevance
630 rb->rf_records.rl_count = in ocfs2_create_refcount_tree()885 for (; i < le16_to_cpu(rb->rf_records.rl_used); i++) { in ocfs2_find_refcount_rec_in_rl()886 rec = &rb->rf_records.rl_recs[i]; in ocfs2_find_refcount_rec_in_rl()904 if (i < le16_to_cpu(rb->rf_records.rl_used) && in ocfs2_find_refcount_rec_in_rl()1151 if ((rb->rf_records.rl_recs[index].r_refcount == in ocfs2_refcount_rec_adjacent()1152 rb->rf_records.rl_recs[index + 1].r_refcount) && in ocfs2_refcount_rec_adjacent()1153 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent()1154 le32_to_cpu(rb->rf_records.rl_recs[index].r_clusters) == in ocfs2_refcount_rec_adjacent()1155 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent()1167 if (index < le16_to_cpu(rb->rf_records.rl_used) - 1) in ocfs2_refcount_rec_contig()[all …]
967 struct ocfs2_refcount_list rf_records; /* List of refcount member1427 offsetof(struct ocfs2_refcount_block, rf_records.rl_recs); in ocfs2_refcount_recs_per_rb()