Home
last modified time | relevance | path

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

/fs/bcachefs/
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()
A Djournal_io.h45 entry = vstruct_next(entry); in __jset_entry_type_next()
54 entry = vstruct_next(entry))
90 *end = vstruct_next(*end); in jset_entry_init()
A Dvstructs.h43 #define vstruct_next(_s) \ macro
53 _i = vstruct_next(_i))
57 _i < vstruct_last(_s) && (_next = vstruct_next(_i), true); \
A Djournal_io.c352 void *next = vstruct_next(entry); in journal_validate_key()
360 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
365 (void *) vstruct_next(entry), in journal_validate_key()
370 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
380 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
392 journal_entry_null_range(vstruct_next(entry), next); in journal_validate_key()
469 void *next = vstruct_next(entry); in journal_entry_btree_root_validate()
476 journal_entry_null_range(vstruct_next(entry), next); in journal_entry_btree_root_validate()
520 journal_entry_null_range(entry, vstruct_next(entry)); in journal_entry_blacklist_validate()
548 journal_entry_null_range(entry, vstruct_next(entry)); in journal_entry_blacklist_v2_validate()
[all …]
A Dbkey_types.h13 #define bkey_p_next(_k) vstruct_next(_k)
A Dbtree_trans_commit.c704 i = vstruct_next(i)) { in bch2_trans_commit_write_locked()
973 i = vstruct_next(i)) { in do_bch2_trans_commit_to_journal_replay()
A Drecovery.c569 entry = vstruct_next(entry)) { in journal_replay_early()
A Dsuper-io.c535 if (vstruct_next(f) > vstruct_last(sb)) { in bch2_sb_validate()
A Dbtree_update_interior.c2781 end = vstruct_next(end); in bch2_btree_roots_to_journal_entries()
A Dbtree_iter.c1504 e = vstruct_next(e)) { in bch2_trans_updates_to_text()

Completed in 31 milliseconds