Lines Matching refs:ocfs2_refcount_rec

878 					  struct ocfs2_refcount_rec *ret_rec,  in ocfs2_find_refcount_rec_in_rl()
884 struct ocfs2_refcount_rec *rec = NULL; in ocfs2_find_refcount_rec_in_rl()
1060 struct ocfs2_refcount_rec *ret_rec, in ocfs2_get_refcount_rec()
1199 sizeof(struct ocfs2_refcount_rec) * in ocfs2_rotate_refcount_rec_left()
1203 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_rotate_refcount_rec_left()
1243 struct ocfs2_refcount_rec *rec = &rl->rl_recs[index]; in ocfs2_change_refcount_rec()
1261 sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1263 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1360 static int ocfs2_refcount_rec_no_intersect(struct ocfs2_refcount_rec *prev, in ocfs2_refcount_rec_no_intersect()
1361 struct ocfs2_refcount_rec *next) in ocfs2_refcount_rec_no_intersect()
1372 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_low_cpos()
1385 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_cpos()
1470 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1484 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1488 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1495 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1499 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1648 struct ocfs2_refcount_rec *rec) in ocfs2_adjust_refcount_rec()
1732 struct ocfs2_refcount_rec *rec, in ocfs2_insert_refcount_rec()
1779 sizeof(struct ocfs2_refcount_rec)); in ocfs2_insert_refcount_rec()
1820 struct ocfs2_refcount_rec *split_rec, in ocfs2_split_refcount_rec()
1830 struct ocfs2_refcount_rec *orig_rec = &rf_list->rl_recs[index]; in ocfs2_split_refcount_rec()
1831 struct ocfs2_refcount_rec *tail_rec = NULL; in ocfs2_split_refcount_rec()
1871 struct ocfs2_refcount_rec tmp_rec; in ocfs2_split_refcount_rec()
1915 sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1929 memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1981 struct ocfs2_refcount_rec rec; in __ocfs2_increase_refcount()
2169 struct ocfs2_refcount_rec *rec = &rb->rf_records.rl_recs[index]; in ocfs2_decrease_refcount_rec()
2184 struct ocfs2_refcount_rec split = *rec; in ocfs2_decrease_refcount_rec()
2223 struct ocfs2_refcount_rec rec; in __ocfs2_decrease_refcount()
2373 struct ocfs2_refcount_rec rec; in ocfs2_calc_refcount_meta_credits()
3181 struct ocfs2_refcount_rec rec; in ocfs2_make_clusters_writable()
3512 struct ocfs2_refcount_rec rec; in ocfs2_refcounted_xattr_delete_need()