Searched refs:bch2_fs_inconsistent (Results 1 – 13 of 13) sorted by relevance
/linux/fs/bcachefs/ |
H A D | error.h | 42 bool bch2_fs_inconsistent(struct bch_fs *, const char *, ...); 48 bch2_fs_inconsistent(__VA_ARGS__); \
|
H A D | sb-members.c | 35 bch2_fs_inconsistent(c, "pointer to nonexistent device %u", dev); in bch2_dev_missing_atomic() 40 bch2_fs_inconsistent(ca->fs, in bch2_dev_bucket_missing()
|
H A D | error.c | 78 bool bch2_fs_inconsistent(struct bch_fs *c, const char *fmt, ...) in bch2_fs_inconsistent() function
|
H A D | inode.c | 1166 bch2_fs_inconsistent(c, in bch2_inode_rm() 1336 bch2_fs_inconsistent(c, in __bch2_inode_rm_snapshot()
|
H A D | btree_write_buffer.c | 280 bch2_fs_inconsistent(c, "%s", buf.buf); in bch2_btree_write_buffer_insert_err()
|
H A D | namei.c | 809 bch2_fs_inconsistent(c, in bch2_check_dirent_inode_dirent()
|
H A D | ec.c | 1073 bch2_fs_inconsistent(c, "%s", buf.buf); in ec_stripe_key_update() 1131 bch2_fs_inconsistent(c, "%s", buf.buf); in ec_stripe_update_extent()
|
H A D | super-io.c | 1091 bch2_fs_inconsistent(c, "sb invalid before write: %s", err.buf); in bch2_write_super()
|
H A D | io_read.c | 1014 bch2_fs_inconsistent(c, "%s", buf.buf); in read_from_stale_dirty_pointer()
|
H A D | journal_io.c | 326 if (bch2_fs_inconsistent(c, \
|
H A D | alloc_background.c | 1045 bch2_fs_inconsistent(c, "reference to invalid bucket\n%s", in bch2_trigger_alloc()
|
H A D | btree_io.c | 2293 bch2_fs_inconsistent(c, "invalid btree node key before write"); in validate_bset_for_write()
|
H A D | btree_update_interior.c | 1402 bch2_fs_inconsistent(c, "%s: inserting invalid bkey", __func__); in bch2_insert_fixup_btree_ptr()
|