Searched defs:jset (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/fs/bcachefs/ |
D | journal_io.c | 20 static struct nonce journal_nonce(const struct jset *jset) in journal_nonce() 218 struct jset *jset, in journal_entry_err_msg() 244 #define journal_entry_err(c, version, jset, entry, _err, msg, ...) \ argument 275 struct jset *jset, in journal_validate_key() 352 struct jset *jset, in journal_entry_btree_keys_validate() 392 struct jset *jset, in journal_entry_btree_root_validate() 431 struct jset *jset, in journal_entry_prio_ptrs_validate() 446 struct jset *jset, in journal_entry_blacklist_validate() 473 struct jset *jset, in journal_entry_blacklist_v2_validate() 515 struct jset *jset, in journal_entry_usage_validate() [all …]
|
D | journal_io.h | 25 static inline struct jset_entry *__jset_entry_type_next(struct jset *jset, in __jset_entry_type_next() 38 #define for_each_jset_entry_type(entry, jset, type) \ argument 48 #define for_each_jset_key(k, entry, jset) \ argument
|
D | bcachefs_format.h | 1389 struct jset { struct 1408 struct jset_entry start[0]; argument 1412 LE32_BITMASK(JSET_CSUM_TYPE, struct jset, flags, 0, 4); argument
|
D | journal.h | 182 struct jset *jset = buf->data; in bch2_journal_add_entry_noreservation() local
|
/linux-6.8/drivers/md/bcache/ |
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 …]
|