Lines Matching refs:ocfs2_refcount_rec
879 struct ocfs2_refcount_rec *ret_rec, in ocfs2_find_refcount_rec_in_rl()
885 struct ocfs2_refcount_rec *rec = NULL; in ocfs2_find_refcount_rec_in_rl()
1061 struct ocfs2_refcount_rec *ret_rec, in ocfs2_get_refcount_rec()
1200 sizeof(struct ocfs2_refcount_rec) * in ocfs2_rotate_refcount_rec_left()
1204 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_rotate_refcount_rec_left()
1244 struct ocfs2_refcount_rec *rec = &rl->rl_recs[index]; in ocfs2_change_refcount_rec()
1262 sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1264 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1361 static int ocfs2_refcount_rec_no_intersect(struct ocfs2_refcount_rec *prev, in ocfs2_refcount_rec_no_intersect()
1362 struct ocfs2_refcount_rec *next) in ocfs2_refcount_rec_no_intersect()
1373 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_low_cpos()
1386 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_cpos()
1399 struct ocfs2_refcount_rec *l = a, *r = b; in swap_refcount_rec()
1478 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1492 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1496 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1503 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1507 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1656 struct ocfs2_refcount_rec *rec) in ocfs2_adjust_refcount_rec()
1740 struct ocfs2_refcount_rec *rec, in ocfs2_insert_refcount_rec()
1787 sizeof(struct ocfs2_refcount_rec)); in ocfs2_insert_refcount_rec()
1828 struct ocfs2_refcount_rec *split_rec, in ocfs2_split_refcount_rec()
1838 struct ocfs2_refcount_rec *orig_rec = &rf_list->rl_recs[index]; in ocfs2_split_refcount_rec()
1839 struct ocfs2_refcount_rec *tail_rec = NULL; in ocfs2_split_refcount_rec()
1879 struct ocfs2_refcount_rec tmp_rec; in ocfs2_split_refcount_rec()
1923 sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1937 memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1989 struct ocfs2_refcount_rec rec; in __ocfs2_increase_refcount()
2177 struct ocfs2_refcount_rec *rec = &rb->rf_records.rl_recs[index]; in ocfs2_decrease_refcount_rec()
2192 struct ocfs2_refcount_rec split = *rec; in ocfs2_decrease_refcount_rec()
2231 struct ocfs2_refcount_rec rec; in __ocfs2_decrease_refcount()
2381 struct ocfs2_refcount_rec rec; in ocfs2_calc_refcount_meta_credits()
3216 struct ocfs2_refcount_rec rec; in ocfs2_make_clusters_writable()
3547 struct ocfs2_refcount_rec rec; in ocfs2_refcounted_xattr_delete_need()