Searched defs:jset (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | journal_io.c | 77 static struct nonce journal_nonce(const struct jset *jset) in journal_nonce() 272 struct jset *jset, in journal_entry_err_msg() 298 #define journal_entry_err(c, version, jset, entry, _err, msg, ...) \ argument 329 struct jset *jset, in journal_validate_key() 391 struct jset *jset, in journal_entry_btree_keys_validate() 433 struct jset *jset, in journal_entry_btree_root_validate() 475 struct jset *jset, in journal_entry_prio_ptrs_validate() 490 struct jset *jset, in journal_entry_blacklist_validate() 517 struct jset *jset, in journal_entry_blacklist_v2_validate() 559 struct jset *jset, in journal_entry_usage_validate() [all …]
|
H A D | journal_io.h | 37 static inline struct jset_entry *__jset_entry_type_next(struct jset *jset, in __jset_entry_type_next() 50 #define for_each_jset_entry_type(entry, jset, type) \ argument 60 #define for_each_jset_key(k, entry, jset) \ argument
|
H A D | bcachefs_format.h | 1260 struct jset { struct 1279 struct jset_entry start[0]; argument 1283 LE32_BITMASK(JSET_CSUM_TYPE, struct jset, flags, 0, 4); argument
|
H A D | journal.h | 182 struct jset *jset = buf->data; in bch2_journal_add_entry_noreservation() local
|
/linux/drivers/md/bcache/ |
H A D | bcache_ondisk.h | 346 struct jset { struct 347 __u64 csum; 348 __u64 magic; 349 __u64 seq; 350 __u32 version; 351 __u32 keys; 353 __u64 last_seq; 357 __u16 btree_level; 358 __u16 pad[3]; 360 __u64 prio_bucket[MAX_CACHES_PER_SET]; [all …]
|