Home
last modified time | relevance | path

Searched refs:rl_recs (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
Drefcounttree.c888 rec = &rb->rf_records.rl_recs[i]; in ocfs2_find_refcount_rec_in_rl()
1153 if ((rb->rf_records.rl_recs[index].r_refcount == in ocfs2_refcount_rec_adjacent()
1154 rb->rf_records.rl_recs[index + 1].r_refcount) && in ocfs2_refcount_rec_adjacent()
1155 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent()
1156 le32_to_cpu(rb->rf_records.rl_recs[index].r_clusters) == in ocfs2_refcount_rec_adjacent()
1157 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent()
1191 BUG_ON(rb->rf_records.rl_recs[index].r_refcount != in ocfs2_rotate_refcount_rec_left()
1192 rb->rf_records.rl_recs[index+1].r_refcount); in ocfs2_rotate_refcount_rec_left()
1194 le32_add_cpu(&rb->rf_records.rl_recs[index].r_clusters, in ocfs2_rotate_refcount_rec_left()
1195 le32_to_cpu(rb->rf_records.rl_recs[index+1].r_clusters)); in ocfs2_rotate_refcount_rec_left()
[all …]
Docfs2_fs.h938 /*10*/ struct ocfs2_refcount_rec rl_recs[]; /* Refcount records */ member
1429 offsetof(struct ocfs2_refcount_block, rf_records.rl_recs); in ocfs2_refcount_recs_per_rb()