Searched defs:jset (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | journal_io.c | 74 static struct nonce journal_nonce(const struct jset *jset) in journal_nonce() 269 struct jset *jset, in journal_entry_err_msg() 295 #define journal_entry_err(c, version, jset, entry, _err, msg, ...) \ argument 326 struct jset *jset, in journal_validate_key() 389 struct jset *jset, in journal_entry_btree_keys_validate() 431 struct jset *jset, in journal_entry_btree_root_validate() 470 struct jset *jset, in journal_entry_prio_ptrs_validate() 485 struct jset *jset, in journal_entry_blacklist_validate() 512 struct jset *jset, in journal_entry_blacklist_v2_validate() 554 struct jset *jset, in journal_entry_usage_validate() [all …]
|
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
|
D | bcachefs_format.h | 1239 struct jset { struct 1258 struct jset_entry start[0]; argument 1262 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.12.1/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 …]
|