Home
last modified time | relevance | path

Searched refs:OCFS2_32BIT_POS_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_fs.h927 #define OCFS2_32BIT_POS_MASK (0xffffffffULL) macro
1437 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_get_ref_rec_low_cpos()
H A Drefcounttree.c1084 low_cpos = cpos & OCFS2_32BIT_POS_MASK; in ocfs2_get_refcount_rec()
1671 new_cpos = le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_adjust_refcount_rec()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_fs.h925 #define OCFS2_32BIT_POS_MASK (0xffffffffULL) macro
1435 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_get_ref_rec_low_cpos()
H A Drefcounttree.c1082 low_cpos = cpos & OCFS2_32BIT_POS_MASK; in ocfs2_get_refcount_rec()
1669 new_cpos = le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_adjust_refcount_rec()

Completed in 17 milliseconds