Searched refs:jset (Results 1 – 8 of 8) sorted by relevance
| /fs/bcachefs/ |
| A D | journal_io.c | 287 struct jset *jset, in journal_entry_err_msg() argument 344 struct jset *jset, in journal_validate_key() argument 406 struct jset *jset, in journal_entry_btree_keys_validate() argument 452 struct jset *jset, in journal_entry_btree_root_validate() argument 494 struct jset *jset, in journal_entry_prio_ptrs_validate() argument 509 struct jset *jset, in journal_entry_blacklist_validate() argument 536 struct jset *jset, in journal_entry_blacklist_v2_validate() argument 578 struct jset *jset, in journal_entry_usage_validate() argument 612 struct jset *jset, in journal_entry_data_usage_validate() argument 656 struct jset *jset, in journal_entry_clock_validate() argument [all …]
|
| A D | journal_io.h | 30 struct jset j; 38 static inline struct jset_entry *__jset_entry_type_next(struct jset *jset, in __jset_entry_type_next() argument 41 while (entry < vstruct_last(jset)) { in __jset_entry_type_next() 51 #define for_each_jset_entry_type(entry, jset, type) \ argument 52 for (struct jset_entry *entry = (jset)->start; \ 53 (entry = __jset_entry_type_next(jset, entry, type)); \ 61 #define for_each_jset_key(k, entry, jset) \ argument 62 for_each_jset_entry_type(entry, jset, BCH_JSET_ENTRY_btree_keys)\ 65 int bch2_journal_entry_validate(struct bch_fs *, struct jset *,
|
| A D | journal.h | 189 return sizeof(struct jset) / sizeof(u64) + j->entry_u64s_reserved; in journal_entry_overhead() 195 struct jset *jset = buf->data; in bch2_journal_add_entry_noreservation() local 196 struct jset_entry *entry = vstruct_idx(jset, le32_to_cpu(jset->u64s)); in bch2_journal_add_entry_noreservation() 201 le32_add_cpu(&jset->u64s, jset_u64s(u64s)); in bch2_journal_add_entry_noreservation() 252 static inline bool journal_entry_empty(struct jset *j) in journal_entry_empty()
|
| A D | sb-clean.h | 7 struct jset *);
|
| A D | sb-clean.c | 57 struct jset *j, in btree_root_find() 88 struct jset *j) in bch2_verify_superblock_clean()
|
| A D | bcachefs_format.h | 1298 struct jset { struct 1321 LE32_BITMASK(JSET_CSUM_TYPE, struct jset, flags, 0, 4); argument 1322 LE32_BITMASK(JSET_BIG_ENDIAN, struct jset, flags, 4, 5); 1323 LE32_BITMASK(JSET_NO_FLUSH, struct jset, flags, 5, 6);
|
| A D | journal_types.h | 29 struct jset *data;
|
| A D | recovery.c | 733 struct jset *last_journal_entry = NULL; in bch2_fs_recovery()
|
Completed in 21 milliseconds