Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c1370 if (ocfs2_get_ref_rec_low_cpos(prev) + le32_to_cpu(prev->r_clusters) <= in ocfs2_refcount_rec_no_intersect()
1371 ocfs2_get_ref_rec_low_cpos(next)) in ocfs2_refcount_rec_no_intersect()
1380 u32 l_cpos = ocfs2_get_ref_rec_low_cpos(l); in cmp_refcount_rec_by_low_cpos()
1381 u32 r_cpos = ocfs2_get_ref_rec_low_cpos(r); in cmp_refcount_rec_by_low_cpos()
1450 *split_pos = ocfs2_get_ref_rec_low_cpos(&rl->rl_recs[*split_index]); in ocfs2_find_refcount_split_pos()
Docfs2_fs.h1474 ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec) in ocfs2_get_ref_rec_low_cpos() function