Searched refs:bch2_fs_inconsistent (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | error.h | 42 #define bch2_fs_inconsistent(c, ...) \ macro 53 bch2_fs_inconsistent(c, __VA_ARGS__); \
|
| A D | sb-members.c | 15 bch2_fs_inconsistent(c, "pointer to nonexistent device %u", dev); in bch2_dev_missing() 20 bch2_fs_inconsistent(c, "pointer to nonexistent bucket %llu:%llu", bucket.inode, bucket.offset); in bch2_dev_bucket_missing()
|
| A D | ec.c | 1153 bch2_fs_inconsistent(c, "attempting to delete nonexistent stripe %llu", idx); in ec_stripe_delete() 1164 bch2_fs_inconsistent(c, "attempting to delete nonempty stripe %s", buf.buf); in ec_stripe_delete() 1247 bch2_fs_inconsistent(c, "%s", buf.buf); in ec_stripe_key_update() 1312 bch2_fs_inconsistent(c, "%s", buf.buf); in ec_stripe_update_extent()
|
| A D | inode.c | 1035 bch2_fs_inconsistent(c, in bch2_inode_rm() 1199 bch2_fs_inconsistent(c, in __bch2_inode_rm_snapshot()
|
| A D | io_read.c | 833 bch2_fs_inconsistent(c, "%s", buf.buf); in read_from_stale_dirty_pointer()
|
| A D | super-io.c | 995 bch2_fs_inconsistent(c, "sb invalid before write: %s", err.buf); in bch2_write_super()
|
| A D | journal_io.c | 309 if (bch2_fs_inconsistent(c)) { \
|
| A D | alloc_background.c | 1013 bch2_fs_inconsistent(c, "reference to invalid bucket\n %s", in bch2_trigger_alloc()
|
| A D | btree_io.c | 1938 bch2_fs_inconsistent(c, "invalid btree node key before write"); in validate_bset_for_write()
|
| A D | btree_update_interior.c | 1372 bch2_fs_inconsistent(c, "%s: inserting invalid bkey", __func__); in bch2_insert_fixup_btree_ptr()
|
Completed in 33 milliseconds