Lines Matching refs:cache_sb
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) \
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) \
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) \
93 static inline bool bch_has_unknown_compat_features(struct cache_sb *sb)
98 static inline bool bch_has_unknown_ro_compat_features(struct cache_sb *sb)
103 static inline bool bch_has_unknown_incompat_features(struct cache_sb *sb)