Home
last modified time | relevance | path

Searched refs:vstruct_next (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Djournal_io.h44 entry = vstruct_next(entry); in __jset_entry_type_next()
53 entry = vstruct_next(entry))
89 *end = vstruct_next(*end); in jset_entry_init()
Dvstructs.h43 #define vstruct_next(_s) \ macro
53 _i = vstruct_next(_i))
57 _i < vstruct_last(_s) && (_next = vstruct_next(_i), true); \
Dsb-clean.c31 entry = vstruct_next(entry)) { in bch2_sb_clean_validate_late()
67 for (entry = start; entry < end; entry = vstruct_next(entry)) in btree_root_find()
221 entry = vstruct_next(entry)) { in bch2_sb_clean_validate()
222 if ((void *) vstruct_next(entry) > vstruct_end(&clean->field)) { in bch2_sb_clean_validate()
244 entry = vstruct_next(entry)) { in bch2_sb_clean_to_text()
245 if ((void *) vstruct_next(entry) > vstruct_end(&clean->field)) in bch2_sb_clean_to_text()
Djournal_io.c259 for (entry = start; entry != end; entry = vstruct_next(entry)) in journal_entry_null_range()
334 void *next = vstruct_next(entry); in journal_validate_key()
342 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
347 (void *) vstruct_next(entry), in journal_validate_key()
352 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
362 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
375 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
444 void *next = vstruct_next(entry); in journal_entry_btree_root_validate()
451 journal_entry_null_range(vstruct_next(entry), next); in journal_entry_btree_root_validate()
496 journal_entry_null_range(entry, vstruct_next(entry)); in journal_entry_blacklist_validate()
[all …]
Dbtree_trans_commit.c707 entry = vstruct_next(entry)) in bch2_trans_commit_write_locked()
760 i = vstruct_next(i)) { in bch2_trans_commit_write_locked()
834 entry2 = vstruct_next(entry2)) in bch2_trans_commit_write_locked()
1033 i = vstruct_next(i)) in do_bch2_trans_commit_to_journal_replay()
Dbkey_types.h13 #define bkey_p_next(_k) vstruct_next(_k)
Ddisk_accounting.c283 i = vstruct_next(i)) in bch2_accounting_update_sb()
Drecovery.c478 entry = vstruct_next(entry)) { in journal_replay_early()
Dsuper-io.c458 if (vstruct_next(f) > vstruct_last(sb)) { in bch2_sb_validate()
Dbtree_update_interior.c2647 end = vstruct_next(end); in bch2_btree_roots_to_journal_entries()
Dbtree_iter.c1469 e = vstruct_next(e)) in bch2_trans_updates_to_text()