_ptptr             79 fs/erofs/tagptr.h #define tagptr_cmpxchg(_ptptr, _o, _n) ({ \
_ptptr             80 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \
_ptptr             88 fs/erofs/tagptr.h #define tagptr_replace_tags(_ptptr, tags) ({ \
_ptptr             89 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \
_ptptr             93 fs/erofs/tagptr.h #define tagptr_set_tags(_ptptr, _tags) ({ \
_ptptr             94 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \
_ptptr            101 fs/erofs/tagptr.h #define tagptr_clear_tags(_ptptr, _tags) ({ \
_ptptr            102 fs/erofs/tagptr.h 	typeof(_ptptr) ptptr = (_ptptr); \