OCFS2_32BIT_POS_MASK 1437 fs/ocfs2/ocfs2_fs.h 	return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK;
OCFS2_32BIT_POS_MASK 1082 fs/ocfs2/refcounttree.c 	low_cpos = cpos & OCFS2_32BIT_POS_MASK;
OCFS2_32BIT_POS_MASK 1669 fs/ocfs2/refcounttree.c 	new_cpos = le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK;