Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dextents.h23 type_is_exact(_entry, const union bch_extent_entry *), \
36 (type_is_exact(_entry, const union bch_extent_crc *) || \
37 type_is_exact(_entry, const struct bch_extent_ptr *) ||\
38 type_is_exact(_entry, const struct bch_extent_stripe_ptr *)),\
140 type_is_exact(_entry, const union bch_extent_entry *), \
H A Dutil.h43 #define type_is_exact(_val, _type) \ macro