Searched defs:bset (Results 1 – 4 of 4) sorted by relevance
420 struct bset { struct421 __u64 csum;422 __u64 magic;423 __u64 seq;424 __u32 version;425 __u32 keys;427 union {
1422 struct bset { struct1426 * Highest journal entry this bset contains keys for. argument1442 LE32_BITMASK(BSET_CSUM_TYPE, struct bset, flags, 0, 4); argument
466 unsigned bset, in btree_keys_account_key()
662 static inline struct bset *bset(const struct btree *b, in bset() function