Home | History | Annotate | Download | only in linux

Lines Matching refs:cache_sb

156 struct cache_sb {
207 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb)
213 BITMASK(CACHE_SYNC, struct cache_sb, flags, 0, 1);
214 BITMASK(CACHE_DISCARD, struct cache_sb, flags, 1, 1);
215 BITMASK(CACHE_REPLACEMENT, struct cache_sb, flags, 2, 3);
220 BITMASK(BDEV_CACHE_MODE, struct cache_sb, flags, 0, 4);
225 BITMASK(BDEV_STATE, struct cache_sb, flags, 61, 2);
242 static inline __u64 jset_magic(struct cache_sb *sb)
247 static inline __u64 pset_magic(struct cache_sb *sb)
252 static inline __u64 bset_magic(struct cache_sb *sb)