Lines Matching refs:ocfs2_refcount_rec

877 					  struct ocfs2_refcount_rec *ret_rec,  in ocfs2_find_refcount_rec_in_rl()
883 struct ocfs2_refcount_rec *rec = NULL; in ocfs2_find_refcount_rec_in_rl()
1059 struct ocfs2_refcount_rec *ret_rec, in ocfs2_get_refcount_rec()
1198 sizeof(struct ocfs2_refcount_rec) * in ocfs2_rotate_refcount_rec_left()
1202 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_rotate_refcount_rec_left()
1242 struct ocfs2_refcount_rec *rec = &rl->rl_recs[index]; in ocfs2_change_refcount_rec()
1260 sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1262 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1359 static int ocfs2_refcount_rec_no_intersect(struct ocfs2_refcount_rec *prev, in ocfs2_refcount_rec_no_intersect()
1360 struct ocfs2_refcount_rec *next) in ocfs2_refcount_rec_no_intersect()
1371 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_low_cpos()
1384 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_cpos()
1397 struct ocfs2_refcount_rec *l = a, *r = b; in swap_refcount_rec()
1476 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1490 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1494 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1501 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1505 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1654 struct ocfs2_refcount_rec *rec) in ocfs2_adjust_refcount_rec()
1738 struct ocfs2_refcount_rec *rec, in ocfs2_insert_refcount_rec()
1785 sizeof(struct ocfs2_refcount_rec)); in ocfs2_insert_refcount_rec()
1826 struct ocfs2_refcount_rec *split_rec, in ocfs2_split_refcount_rec()
1836 struct ocfs2_refcount_rec *orig_rec = &rf_list->rl_recs[index]; in ocfs2_split_refcount_rec()
1837 struct ocfs2_refcount_rec *tail_rec = NULL; in ocfs2_split_refcount_rec()
1877 struct ocfs2_refcount_rec tmp_rec; in ocfs2_split_refcount_rec()
1921 sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1935 memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1987 struct ocfs2_refcount_rec rec; in __ocfs2_increase_refcount()
2175 struct ocfs2_refcount_rec *rec = &rb->rf_records.rl_recs[index]; in ocfs2_decrease_refcount_rec()
2190 struct ocfs2_refcount_rec split = *rec; in ocfs2_decrease_refcount_rec()
2229 struct ocfs2_refcount_rec rec; in __ocfs2_decrease_refcount()
2379 struct ocfs2_refcount_rec rec; in ocfs2_calc_refcount_meta_credits()
3186 struct ocfs2_refcount_rec rec; in ocfs2_make_clusters_writable()
3517 struct ocfs2_refcount_rec rec; in ocfs2_refcounted_xattr_delete_need()