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.h22 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 *), \
H A Dutil.h43 #define type_is_exact(_val, _type) \ macro