Lines Matching defs:cache_sb
222 * NOTE: cache_sb is NOT exactly mapping to cache_sb_disk, the member
226 struct cache_sb {
278 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb)
285 BITMASK(CACHE_SYNC, struct cache_sb, flags, 0, 1);
286 BITMASK(CACHE_DISCARD, struct cache_sb, flags, 1, 1);
287 BITMASK(CACHE_REPLACEMENT, struct cache_sb, flags, 2, 3);
292 BITMASK(BDEV_CACHE_MODE, struct cache_sb, flags, 0, 4);
297 BITMASK(BDEV_STATE, struct cache_sb, flags, 61, 2);
314 static inline __u64 jset_magic(struct cache_sb *sb)
319 static inline __u64 pset_magic(struct cache_sb *sb)
324 static inline __u64 bset_magic(struct cache_sb *sb)