Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ocfs2/
Drefcounttree.c1362 if (ocfs2_get_ref_rec_low_cpos(prev) + le32_to_cpu(prev->r_clusters) <= in ocfs2_refcount_rec_no_intersect()
1363 ocfs2_get_ref_rec_low_cpos(next)) in ocfs2_refcount_rec_no_intersect()
1372 u32 l_cpos = ocfs2_get_ref_rec_low_cpos(l); in cmp_refcount_rec_by_low_cpos()
1373 u32 r_cpos = ocfs2_get_ref_rec_low_cpos(r); in cmp_refcount_rec_by_low_cpos()
1442 *split_pos = ocfs2_get_ref_rec_low_cpos(&rl->rl_recs[*split_index]); in ocfs2_find_refcount_split_pos()
Docfs2_fs.h1433 ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec) in ocfs2_get_ref_rec_low_cpos() function