Lines Matching refs:name
33 #define BCH_FEATURE_COMPAT_FUNCS(name, flagname) \
34 static inline int bch_has_feature_##name(struct cache_sb *sb) \
41 static inline void bch_set_feature_##name(struct cache_sb *sb) \
46 static inline void bch_clear_feature_##name(struct cache_sb *sb) \
52 #define BCH_FEATURE_RO_COMPAT_FUNCS(name, flagname) \
53 static inline int bch_has_feature_##name(struct cache_sb *sb) \
60 static inline void bch_set_feature_##name(struct cache_sb *sb) \
65 static inline void bch_clear_feature_##name(struct cache_sb *sb) \
71 #define BCH_FEATURE_INCOMPAT_FUNCS(name, flagname) \
72 static inline int bch_has_feature_##name(struct cache_sb *sb) \
79 static inline void bch_set_feature_##name(struct cache_sb *sb) \
84 static inline void bch_clear_feature_##name(struct cache_sb *sb) \