Searched refs:bch_sb_field_clean (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | sb-clean.h | 5 int bch2_sb_clean_validate_late(struct bch_fs *, struct bch_sb_field_clean *, int); 6 int bch2_verify_superblock_clean(struct bch_fs *, struct bch_sb_field_clean **, 8 struct bch_sb_field_clean *bch2_read_superblock_clean(struct bch_fs *);
|
D | sb-clean.c | 23 int bch2_sb_clean_validate_late(struct bch_fs *c, struct bch_sb_field_clean *clean, in bch2_sb_clean_validate_late() 52 struct bch_sb_field_clean *clean, in btree_root_find() 83 struct bch_sb_field_clean **cleanp, in bch2_verify_superblock_clean() 87 struct bch_sb_field_clean *clean = *cleanp; in bch2_verify_superblock_clean() 144 struct bch_sb_field_clean *bch2_read_superblock_clean(struct bch_fs *c) in bch2_read_superblock_clean() 146 struct bch_sb_field_clean *clean, *sb_clean; in bch2_read_superblock_clean() 211 struct bch_sb_field_clean *clean = field_to_type(f, clean); in bch2_sb_clean_validate() 236 struct bch_sb_field_clean *clean = field_to_type(f, clean); in bch2_sb_clean_to_text() 283 struct bch_sb_field_clean *sb_clean; in bch2_fs_mark_clean()
|
D | recovery.c | 473 struct bch_sb_field_clean *clean) in journal_replay_early() 633 struct bch_sb_field_clean *clean = NULL; in bch2_fs_recovery()
|
D | bcachefs_format.h | 613 struct bch_sb_field_clean { struct
|