Lines Matching refs:cache_sb
35 static inline int bch_has_feature_##name(struct cache_sb *sb) \
42 static inline void bch_set_feature_##name(struct cache_sb *sb) \
47 static inline void bch_clear_feature_##name(struct cache_sb *sb) \
54 static inline int bch_has_feature_##name(struct cache_sb *sb) \
61 static inline void bch_set_feature_##name(struct cache_sb *sb) \
66 static inline void bch_clear_feature_##name(struct cache_sb *sb) \
73 static inline int bch_has_feature_##name(struct cache_sb *sb) \
80 static inline void bch_set_feature_##name(struct cache_sb *sb) \
85 static inline void bch_clear_feature_##name(struct cache_sb *sb) \
94 static inline bool bch_has_unknown_compat_features(struct cache_sb *sb) in bch_has_unknown_compat_features()
99 static inline bool bch_has_unknown_ro_compat_features(struct cache_sb *sb) in bch_has_unknown_ro_compat_features()
104 static inline bool bch_has_unknown_incompat_features(struct cache_sb *sb) in bch_has_unknown_incompat_features()