Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dtagptr.h38 #define __tagptr_mask(ptr) (\ macro
58 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(type))) \
64 ((void *)((tptr).v & ~__tagptr_mask(tptr)))
67 ((tptr).v & __tagptr_mask(tptr))
94 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \
102 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \

Completed in 4 milliseconds