Searched defs:jset (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | journal_io.c | 330 struct jset *jset, in journal_validate_key() 392 struct jset *jset, in journal_entry_btree_keys_validate() 434 struct jset *jset, in journal_entry_btree_root_validate() 476 struct jset *jset, in journal_entry_prio_ptrs_validate() 491 struct jset *jset, in journal_entry_blacklist_validate() 518 struct jset *jset, in journal_entry_blacklist_v2_validate() 560 struct jset *jset, in journal_entry_usage_validate() 594 struct jset *jset, in journal_entry_data_usage_validate() 638 struct jset *jset, in journal_entry_clock_validate() 678 struct jset *jset, in journal_entry_dev_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 | 1276 struct jset { struct 1295 struct jset_entry start[0]; argument 1299 LE32_BITMASK(JSET_CSUM_TYPE, struct jset, flags, 0, 4); argument
|
| H A D | journal.h | 195 struct jset *jset = buf->data; in bch2_journal_add_entry_noreservation() local
|
| /linux-6.15/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 …]
|