Lines Matching refs:ocfs2_refcount_rec

887 					  struct ocfs2_refcount_rec *ret_rec,  in ocfs2_find_refcount_rec_in_rl()
893 struct ocfs2_refcount_rec *rec = NULL; in ocfs2_find_refcount_rec_in_rl()
1069 struct ocfs2_refcount_rec *ret_rec, in ocfs2_get_refcount_rec()
1210 sizeof(struct ocfs2_refcount_rec) * in ocfs2_rotate_refcount_rec_left()
1214 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_rotate_refcount_rec_left()
1254 struct ocfs2_refcount_rec *rec = &rl->rl_recs[index]; in ocfs2_change_refcount_rec()
1272 sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1274 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1371 static int ocfs2_refcount_rec_no_intersect(struct ocfs2_refcount_rec *prev, in ocfs2_refcount_rec_no_intersect()
1372 struct ocfs2_refcount_rec *next) in ocfs2_refcount_rec_no_intersect()
1383 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_low_cpos()
1396 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_cpos()
1409 struct ocfs2_refcount_rec *l = a, *r = b, tmp; in swap_refcount_rec()
1490 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1504 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1508 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1515 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1519 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1668 struct ocfs2_refcount_rec *rec) in ocfs2_adjust_refcount_rec()
1752 struct ocfs2_refcount_rec *rec, in ocfs2_insert_refcount_rec()
1799 sizeof(struct ocfs2_refcount_rec)); in ocfs2_insert_refcount_rec()
1840 struct ocfs2_refcount_rec *split_rec, in ocfs2_split_refcount_rec()
1850 struct ocfs2_refcount_rec *orig_rec = &rf_list->rl_recs[index]; in ocfs2_split_refcount_rec()
1851 struct ocfs2_refcount_rec *tail_rec = NULL; in ocfs2_split_refcount_rec()
1891 struct ocfs2_refcount_rec tmp_rec; in ocfs2_split_refcount_rec()
1935 sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1949 memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
2001 struct ocfs2_refcount_rec rec; in __ocfs2_increase_refcount()
2189 struct ocfs2_refcount_rec *rec = &rb->rf_records.rl_recs[index]; in ocfs2_decrease_refcount_rec()
2204 struct ocfs2_refcount_rec split = *rec; in ocfs2_decrease_refcount_rec()
2243 struct ocfs2_refcount_rec rec; in __ocfs2_decrease_refcount()
2396 struct ocfs2_refcount_rec rec; in ocfs2_calc_refcount_meta_credits()
3232 struct ocfs2_refcount_rec rec; in ocfs2_make_clusters_writable()
3566 struct ocfs2_refcount_rec rec; in ocfs2_refcounted_xattr_delete_need()