Home
last modified time | relevance | path

Searched refs:rl_recs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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[inde in ocfs2_rotate_refcount_rec_left()
[all...]
H A 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()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.c886 rec = &rb->rf_records.rl_recs[i]; 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()
1189 BUG_ON(rb->rf_records.rl_recs[index].r_refcount != in ocfs2_rotate_refcount_rec_left()
1190 rb->rf_records.rl_recs[index+1].r_refcount); in ocfs2_rotate_refcount_rec_left()
1192 le32_add_cpu(&rb->rf_records.rl_recs[index].r_clusters, in ocfs2_rotate_refcount_rec_left()
1193 le32_to_cpu(rb->rf_records.rl_recs[inde in ocfs2_rotate_refcount_rec_left()
[all...]
H A Docfs2_fs.h936 /*10*/ struct ocfs2_refcount_rec rl_recs[]; /* Refcount records */ member
1427 offsetof(struct ocfs2_refcount_block, rf_records.rl_recs); in ocfs2_refcount_recs_per_rb()

Completed in 17 milliseconds