Home
last modified time | relevance | path

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

/fs/erofs/
Dtagptr.h59 const typeof(_tags) tags = (_tags); \
60 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(type))) \
62 tagptr_init(type, (uintptr_t)(ptr) | tags); })
88 #define tagptr_replace_tags(_ptptr, tags) ({ \ argument
90 *ptptr = tagptr_fold(*ptptr, tagptr_unfold_ptr(*ptptr), tags); \
95 const typeof(_tags) tags = (_tags); \
96 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \
98 ptptr->v |= tags; \
103 const typeof(_tags) tags = (_tags); \
104 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \
[all …]
Dzpvec.h61 const unsigned int tags = tagptr_unfold_tags(t); in z_erofs_pagevec_ctor_next_page() local
63 if (tags == Z_EROFS_PAGE_TYPE_EXCLUSIVE) in z_erofs_pagevec_ctor_next_page()
/fs/affs/
DChanges46 - add module tags