Searched refs:cache_sb (Results 1 – 1 of 1) sorted by relevance
/include/uapi/linux/ |
D | bcache.h | 159 struct cache_sb { struct 210 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb) in SB_IS_BDEV() argument 216 BITMASK(CACHE_SYNC, struct cache_sb, flags, 0, 1); 217 BITMASK(CACHE_DISCARD, struct cache_sb, flags, 1, 1); 218 BITMASK(CACHE_REPLACEMENT, struct cache_sb, flags, 2, 3); 223 BITMASK(BDEV_CACHE_MODE, struct cache_sb, flags, 0, 4); 228 BITMASK(BDEV_STATE, struct cache_sb, flags, 61, 2); 245 static inline __u64 jset_magic(struct cache_sb *sb) in jset_magic() 250 static inline __u64 pset_magic(struct cache_sb *sb) in pset_magic() 255 static inline __u64 bset_magic(struct cache_sb *sb) in bset_magic()
|