Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h966 #define OCFS2_32BIT_POS_MASK (0xffffffffULL) macro
1476 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_get_ref_rec_low_cpos()
Drefcounttree.c1090 low_cpos = cpos & OCFS2_32BIT_POS_MASK; in ocfs2_get_refcount_rec()
1677 new_cpos = le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_adjust_refcount_rec()