Home
last modified time | relevance | path

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

/fs/erofs/
Dtagptr.h57 const typeof(_tags) tags = (_tags); \
58 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(type))) \
60 tagptr_init(type, (uintptr_t)(ptr) | tags); })
86 #define tagptr_replace_tags(_ptptr, tags) ({ \ argument
88 *ptptr = tagptr_fold(*ptptr, tagptr_unfold_ptr(*ptptr), tags); \
93 const typeof(_tags) tags = (_tags); \
94 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \
96 ptptr->v |= tags; \
101 const typeof(_tags) tags = (_tags); \
102 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \
[all …]
Dzpvec.h60 const unsigned int tags = tagptr_unfold_tags(t); in z_erofs_pagevec_ctor_next_page() local
62 if (tags == Z_EROFS_PAGE_TYPE_EXCLUSIVE) in z_erofs_pagevec_ctor_next_page()
/fs/affs/
DChanges46 - add module tags