Home
last modified time | relevance | path

Searched refs:cache_sb (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dbcache.h156 struct cache_sb { struct
207 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb) in SB_IS_BDEV() argument
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) in jset_magic()
247 static inline __u64 pset_magic(struct cache_sb *sb) in pset_magic()
252 static inline __u64 bset_magic(struct cache_sb *sb) in bset_magic()