Home
last modified time | relevance | path

Searched defs:jset (Results 1 – 5 of 5) sorted by relevance

/linux/fs/bcachefs/
H A Djournal_io.c89 static struct nonce journal_nonce(const struct jset *jset) in journal_nonce()
287 struct jset *jset, in journal_entry_err_msg()
313 #define journal_entry_err(c, version, jset, entry, _err, msg, ...) \ argument
344 struct jset *jset, in journal_validate_key()
406 struct jset *jset, in journal_entry_btree_keys_validate()
452 struct jset *jset, in journal_entry_btree_root_validate()
494 struct jset *jset, in journal_entry_prio_ptrs_validate()
509 struct jset *jset, in journal_entry_blacklist_validate()
536 struct jset *jset, in journal_entry_blacklist_v2_validate()
578 struct jset *jset, in journal_entry_usage_validate()
[all …]
H A Djournal_io.h38 static inline struct jset_entry *__jset_entry_type_next(struct jset *jset, in __jset_entry_type_next()
51 #define for_each_jset_entry_type(entry, jset, type) \ argument
61 #define for_each_jset_key(k, entry, jset) \ argument
H A Dbcachefs_format.h1298 struct jset { struct
1317 struct jset_entry start[0]; argument
1321 LE32_BITMASK(JSET_CSUM_TYPE, struct jset, flags, 0, 4); argument
H A Djournal.h195 struct jset *jset = buf->data; in bch2_journal_add_entry_noreservation() local
/linux/drivers/md/bcache/
H A Dbcache_ondisk.h346 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 …]