Home
last modified time | relevance | path

Searched refs:ocfs2_refcount_rec (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Drefcounttree.c887 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()
[all …]
Docfs2_fs.h961 struct ocfs2_refcount_rec { struct
978 /*10*/ struct ocfs2_refcount_rec rl_recs[0]; /* Refcount records */ argument
1471 return size / sizeof(struct ocfs2_refcount_rec); in ocfs2_refcount_recs_per_rb()
1475 ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec) in ocfs2_get_ref_rec_low_cpos()