ptptr              80 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \
ptptr              84 fs/erofs/tagptr.h 	(void)(&o == ptptr); \
ptptr              85 fs/erofs/tagptr.h tagptr_init(o, cmpxchg(&ptptr->v, o.v, n.v)); })
ptptr              89 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \
ptptr              90 fs/erofs/tagptr.h 	*ptptr = tagptr_fold(*ptptr, tagptr_unfold_ptr(*ptptr), tags); \
ptptr              91 fs/erofs/tagptr.h *ptptr; })
ptptr              94 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \
ptptr              96 fs/erofs/tagptr.h 	if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \
ptptr              98 fs/erofs/tagptr.h 	ptptr->v |= tags; \
ptptr              99 fs/erofs/tagptr.h *ptptr; })
ptptr             102 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \
ptptr             104 fs/erofs/tagptr.h 	if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \
ptptr             106 fs/erofs/tagptr.h 	ptptr->v &= ~tags; \
ptptr             107 fs/erofs/tagptr.h *ptptr; })