Home
last modified time | relevance | path

Searched defs:bset (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dbcache_ondisk.h420 struct bset { struct
421 __u64 csum;
422 __u64 magic;
423 __u64 seq;
424 __u32 version;
425 __u32 keys;
427 union {
/linux/fs/bcachefs/
H A Dbcachefs_format.h1422 struct bset { struct
1426 * Highest journal entry this bset contains keys for. argument
1442 LE32_BITMASK(BSET_CSUM_TYPE, struct bset, flags, 0, 4); argument
H A Dbset.h466 unsigned bset, in btree_keys_account_key()
H A Dbtree_types.h662 static inline struct bset *bset(const struct btree *b, in bset() function