Searched refs:type_is_exact (Results 1 – 2 of 2) sorted by relevance
22 type_is_exact(_entry, const union bch_extent_entry *), \35 (type_is_exact(_entry, const union bch_extent_crc *) || \36 type_is_exact(_entry, const struct bch_extent_ptr *) ||\37 type_is_exact(_entry, const struct bch_extent_stripe_ptr *)),\139 type_is_exact(_entry, const union bch_extent_entry *), \
43 #define type_is_exact(_val, _type) \ macro