Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A 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()
H A Dvstructs.h43 #define vstruct_next(_s) \ macro
53 _i = vstruct_next(_i))
57 _i < vstruct_last(_s) && (_next = vstruct_next(_i), true); \
H A Dsb-clean.c35 entry = vstruct_next(entry)) { in bch2_sb_clean_validate_late()
71 for (entry = start; entry < end; entry = vstruct_next(entry)) in btree_root_find()
225 entry = vstruct_next(entry)) { in bch2_sb_clean_validate()
226 if ((void *) vstruct_next(entry) > vstruct_end(&clean->field)) { in bch2_sb_clean_validate()
248 entry = vstruct_next(entry)) { in bch2_sb_clean_to_text()
249 if ((void *) vstruct_next(entry) > vstruct_end(&clean->field)) in bch2_sb_clean_to_text()
H A Djournal_io.c338 void *next = vstruct_next(entry); in journal_validate_key()
346 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
351 (void *) vstruct_next(entry), in journal_validate_key()
356 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
366 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
378 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
451 void *next = vstruct_next(entry); in journal_entry_btree_root_validate()
458 journal_entry_null_range(vstruct_next(entry), next); in journal_entry_btree_root_validate()
502 journal_entry_null_range(entry, vstruct_next(entry)); in journal_entry_blacklist_validate()
530 journal_entry_null_range(entry, vstruct_next(entry)); in journal_entry_blacklist_v2_validate()
[all …]
H A Dbtree_trans_commit.c668 entry = vstruct_next(entry)) in bch2_trans_commit_write_locked()
700 i = vstruct_next(i)) { in bch2_trans_commit_write_locked()
782 entry2 = vstruct_next(entry2)) in bch2_trans_commit_write_locked()
963 i = vstruct_next(i)) in do_bch2_trans_commit_to_journal_replay()
H A Dbkey_types.h13 #define bkey_p_next(_k) vstruct_next(_k)
H A Ddisk_accounting.c304 i = vstruct_next(i)) in bch2_accounting_update_sb()
H A Drecovery.c536 entry = vstruct_next(entry)) { in journal_replay_early()
H A Dsuper-io.c532 if (vstruct_next(f) > vstruct_last(sb)) { in bch2_sb_validate()
H A Dbtree_update_interior.c2722 end = vstruct_next(end); in bch2_btree_roots_to_journal_entries()
H A Dbtree_iter.c1490 e = vstruct_next(e)) { in bch2_trans_updates_to_text()