Searched refs:ocfs2_refcount_rec (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 879 struct ocfs2_refcount_rec *ret_rec, in ocfs2_find_refcount_rec_in_rl() 885 struct ocfs2_refcount_rec *rec = NULL; in ocfs2_find_refcount_rec_in_rl() 1061 struct ocfs2_refcount_rec *ret_rec, in ocfs2_get_refcount_rec() 1200 sizeof(struct ocfs2_refcount_rec) * in ocfs2_rotate_refcount_rec_left() 1204 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_rotate_refcount_rec_left() 1244 struct ocfs2_refcount_rec *rec = &rl->rl_recs[index]; in ocfs2_change_refcount_rec() 1262 sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec() 1264 0, sizeof(struct ocfs2_refcount_rec)); in ocfs2_change_refcount_rec() 1361 static int ocfs2_refcount_rec_no_intersect(struct ocfs2_refcount_rec *prev, in ocfs2_refcount_rec_no_intersect() 1362 struct ocfs2_refcount_rec *nex in ocfs2_refcount_rec_no_intersect() [all...] |
H A D | ocfs2_fs.h | 921 struct ocfs2_refcount_rec { struct 938 /*10*/ struct ocfs2_refcount_rec rl_recs[]; /* Refcount records */ 1431 return size / sizeof(struct ocfs2_refcount_rec); in ocfs2_refcount_recs_per_rb() 1435 ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec) in ocfs2_get_ref_rec_low_cpos()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 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 *nex in ocfs2_refcount_rec_no_intersect() [all...] |
H A D | ocfs2_fs.h | 919 struct ocfs2_refcount_rec { struct 936 /*10*/ struct ocfs2_refcount_rec rl_recs[]; /* Refcount records */ 1429 return size / sizeof(struct ocfs2_refcount_rec); in ocfs2_refcount_recs_per_rb() 1433 ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec) in ocfs2_get_ref_rec_low_cpos()
|
Completed in 14 milliseconds