Lines Matching refs:ocfs2_refcount_rec

885 					  struct ocfs2_refcount_rec *ret_rec,  in ocfs2_find_refcount_rec_in_rl()
891 struct ocfs2_refcount_rec *rec = NULL; in ocfs2_find_refcount_rec_in_rl()
1067 struct ocfs2_refcount_rec *ret_rec, in ocfs2_get_refcount_rec()
1206 sizeof(struct ocfs2_refcount_rec) * in ocfs2_rotate_refcount_rec_left()
1210 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_rotate_refcount_rec_left()
1250 struct ocfs2_refcount_rec *rec = &rl->rl_recs[index]; in ocfs2_change_refcount_rec()
1268 sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1270 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec()
1367 static int ocfs2_refcount_rec_no_intersect(struct ocfs2_refcount_rec *prev, in ocfs2_refcount_rec_no_intersect()
1368 struct ocfs2_refcount_rec *next) in ocfs2_refcount_rec_no_intersect()
1379 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_low_cpos()
1392 const struct ocfs2_refcount_rec *l = a, *r = b; in cmp_refcount_rec_by_cpos()
1405 struct ocfs2_refcount_rec *l = a, *r = b; in swap_refcount_rec()
1484 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1498 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1502 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block()
1509 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1513 sizeof(struct ocfs2_refcount_rec), in ocfs2_divide_leaf_refcount_block()
1662 struct ocfs2_refcount_rec *rec) in ocfs2_adjust_refcount_rec()
1746 struct ocfs2_refcount_rec *rec, in ocfs2_insert_refcount_rec()
1793 sizeof(struct ocfs2_refcount_rec)); in ocfs2_insert_refcount_rec()
1834 struct ocfs2_refcount_rec *split_rec, in ocfs2_split_refcount_rec()
1844 struct ocfs2_refcount_rec *orig_rec = &rf_list->rl_recs[index]; in ocfs2_split_refcount_rec()
1845 struct ocfs2_refcount_rec *tail_rec = NULL; in ocfs2_split_refcount_rec()
1885 struct ocfs2_refcount_rec tmp_rec; in ocfs2_split_refcount_rec()
1929 sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1943 memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec)); in ocfs2_split_refcount_rec()
1995 struct ocfs2_refcount_rec rec; in __ocfs2_increase_refcount()
2183 struct ocfs2_refcount_rec *rec = &rb->rf_records.rl_recs[index]; in ocfs2_decrease_refcount_rec()
2198 struct ocfs2_refcount_rec split = *rec; in ocfs2_decrease_refcount_rec()
2237 struct ocfs2_refcount_rec rec; in __ocfs2_decrease_refcount()
2388 struct ocfs2_refcount_rec rec; in ocfs2_calc_refcount_meta_credits()
3216 struct ocfs2_refcount_rec rec; in ocfs2_make_clusters_writable()
3548 struct ocfs2_refcount_rec rec; in ocfs2_refcounted_xattr_delete_need()