| /linux/fs/bcachefs/ |
| A D | journal_io.c | 269 struct jset *jset, in journal_entry_err_msg() argument 326 struct jset *jset, in journal_validate_key() argument 389 struct jset *jset, in journal_entry_btree_keys_validate() argument 431 struct jset *jset, in journal_entry_btree_root_validate() argument 470 struct jset *jset, in journal_entry_prio_ptrs_validate() argument 485 struct jset *jset, in journal_entry_blacklist_validate() argument 512 struct jset *jset, in journal_entry_blacklist_v2_validate() argument 554 struct jset *jset, in journal_entry_usage_validate() argument 588 struct jset *jset, in journal_entry_data_usage_validate() argument 632 struct jset *jset, in journal_entry_clock_validate() argument [all …]
|
| A D | journal_io.h | 29 struct jset j; 37 static inline struct jset_entry *__jset_entry_type_next(struct jset *jset, in __jset_entry_type_next() argument 40 while (entry < vstruct_last(jset)) { in __jset_entry_type_next() 50 #define for_each_jset_entry_type(entry, jset, type) \ argument 51 for (struct jset_entry *entry = (jset)->start; \ 52 (entry = __jset_entry_type_next(jset, entry, type)); \ 60 #define for_each_jset_key(k, entry, jset) \ argument 61 for_each_jset_entry_type(entry, jset, BCH_JSET_ENTRY_btree_keys)\ 64 int bch2_journal_entry_validate(struct bch_fs *, struct jset *,
|
| A D | journal.h | 176 return sizeof(struct jset) / sizeof(u64) + j->entry_u64s_reserved; in journal_entry_overhead() 182 struct jset *jset = buf->data; in bch2_journal_add_entry_noreservation() local 183 struct jset_entry *entry = vstruct_idx(jset, le32_to_cpu(jset->u64s)); in bch2_journal_add_entry_noreservation() 188 le32_add_cpu(&jset->u64s, jset_u64s(u64s)); in bch2_journal_add_entry_noreservation() 239 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 | 53 struct jset *j, in btree_root_find() 84 struct jset *j) in bch2_verify_superblock_clean()
|
| A D | journal_types.h | 22 struct jset *data;
|
| A D | bcachefs_format.h | 1239 struct jset { struct 1262 LE32_BITMASK(JSET_CSUM_TYPE, struct jset, flags, 0, 4); argument 1263 LE32_BITMASK(JSET_BIG_ENDIAN, struct jset, flags, 4, 5); 1264 LE32_BITMASK(JSET_NO_FLUSH, struct jset, flags, 5, 6);
|
| A D | recovery.c | 634 struct jset *last_journal_entry = NULL; in bch2_fs_recovery()
|
| /linux/drivers/md/bcache/ |
| A D | journal.h | 86 struct jset j; 94 struct jset *data;
|
| A D | bcache_ondisk.h | 346 struct jset { struct
|
| A D | journal.c | 42 struct jset *j, *data = ca->set->journal.w[0].data; in journal_read_bucket()
|
| A D | super.c | 458 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read() 1980 struct jset *j; in run_cache_set()
|
| A D | request.c | 102 if (newsize * sizeof(uint64_t) > block_bytes(c->cache) - sizeof(struct jset)) in bch_keylist_realloc()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | verifier_search_pruning.c | 358 : __imm_insn(jset, BPF_JMP_IMM(BPF_JSET, BPF_REG_7, 0x702000, -2)) in short_loop1()
|
| /linux/tools/bpf/ |
| A D | bpf_exp.y | 101 | jset 323 jset
|
| /linux/Documentation/networking/ |
| A D | filter.rst | 243 jset 7, 8, 9, 10 Jump on A & <x>
|