| /linux-6.15/fs/bcachefs/ |
| H A D | tests.c | 48 bch_err_msg(c, ret, "update error"); in test_delete() 56 bch_err_msg(c, ret, "delete error (first)"); in test_delete() 64 bch_err_msg(c, ret, "delete error (second)"); in test_delete() 89 bch_err_msg(c, ret, "update error"); in test_delete_written() 99 bch_err_msg(c, ret, "delete error"); in test_delete_written() 125 bch_err_msg(c, ret, "insert error"); in test_iterate() 140 bch_err_msg(c, ret, "error iterating forwards"); in test_iterate() 180 bch_err_msg(c, ret, "insert error"); in test_iterate_extents() 236 bch_err_msg(c, ret, "insert error"); in test_iterate_slots() 296 bch_err_msg(c, ret, "insert error"); in test_iterate_slots_extents() [all …]
|
| H A D | super.c | 1124 bch_err_msg(c, ret, "starting filesystem"); in bch2_fs_start() 1685 bch_err_msg(ca, ret, "bch2_dev_data_drop()"); in bch2_dev_remove() 1690 bch_err_msg(ca, ret, "bch2_dev_remove_alloc()"); in bch2_dev_remove() 1710 bch_err_msg(ca, ret, "bch2_journal_flush()"); in bch2_dev_remove() 1715 bch_err_msg(ca, ret, "bch2_replicas_gc2()"); in bch2_dev_remove() 1779 bch_err_msg(c, ret, "reading super"); in bch2_dev_add() 1835 bch_err_msg(c, ret, "creating new label"); in bch2_dev_add() 1848 bch_err_msg(ca, ret, "marking new superblock"); in bch2_dev_add() 1861 bch_err_msg(c, ret, "allocating journal"); in bch2_dev_add() 1933 bch_err_msg(ca, ret, "allocating journal"); in bch2_dev_online() [all …]
|
| H A D | movinggc.c | 254 bch_err_msg(c, ret, "from bch2_move_data()"); in bch2_copygc() 351 bch_err_msg(c, ret, "allocating copygc buckets in flight"); in bch2_copygc_thread() 457 bch_err_msg(c, ret, "creating copygc thread"); in bch2_copygc_start()
|
| H A D | fsck.c | 235 bch_err_msg(c, ret, "looking up root inode %llu for subvol %u", in lookup_lostfound() 314 bch_err_msg(c, ret, "creating lost+found"); in lookup_lostfound() 438 bch_err_msg(c, ret, "error creating dirent"); in reattach_inode() 540 bch_err_msg(c, ret, "removing dirent"); in reattach_subvol() 545 bch_err_msg(c, ret, "reattaching inode %llu", inode.bi_inum); in reattach_subvol() 603 bch_err_msg(c, ret, "getting snapshot %u", snapshotid); in reconstruct_subvol() 1240 bch_err_msg(c, ret, "in fsck deleting inode"); in check_inode() 1300 bch_err_msg(c, ret, "in fsck updating inode"); in check_inode() 2411 bch_err_msg(c, ret, "writing root subvol"); in check_root_trans() 2432 bch_err_msg(c, ret, "writing root inode"); in check_root_trans() [all …]
|
| H A D | recovery.c | 417 bch_err_msg(c, ret, "while replaying key at %s:", buf.buf); in bch2_journal_replay() 911 bch_err_msg(c, ret, "error creating new journal seq blacklist entry"); in bch2_fs_recovery() 1154 bch_err_msg(c, ret, "marking superblocks"); in bch2_fs_initialize() 1179 bch_err_msg(c, ret, "creating root directory"); in bch2_fs_initialize() 1192 bch_err_msg(c, ret, "creating lost+found"); in bch2_fs_initialize() 1208 bch_err_msg(c, ret, "writing first journal entry"); in bch2_fs_initialize()
|
| H A D | migrate.c | 153 bch_err_msg(c, ret, "updating btree node key"); in bch2_dev_metadata_drop()
|
| H A D | subvolume.c | 55 bch_err_msg(c, ret, "deleting subvolume %llu", iter->pos.offset); in check_subvol() 117 bch_err_msg(c, ret, "deleting subvolume %llu", iter->pos.offset); in check_subvol() 499 bch_err_msg(c, ret, "deleting subvolume %u", *id); in bch2_subvolume_wait_for_pagecache_and_delete()
|
| H A D | btree_gc.c | 390 bch_err_msg(c, ret, "getting btree node"); in bch2_btree_repair_topology_recurse() 481 bch_err_msg(c, ret, "getting btree node"); in bch2_btree_repair_topology_recurse() 1061 bch_err_msg(c, ret, "marking superblocks"); in bch2_check_allocations()
|
| H A D | snapshot.c | 1565 bch_err_msg(c, ret, "walking snapshots"); in bch2_delete_dead_snapshots() 1605 bch_err_msg(c, ret, "deleting keys from dying snapshots"); in bch2_delete_dead_snapshots() 1614 bch_err_msg(c, ret, "deleting snapshot %u", *i); in bch2_delete_dead_snapshots() 1635 bch_err_msg(c, ret, "deleting snapshot %u", i->id); in bch2_delete_dead_snapshots()
|
| H A D | rebalance.c | 695 bch_err_msg(c, ret, "creating rebalance thread"); in bch2_rebalance_start()
|
| H A D | move.c | 782 bch_err_msg(c, ret, "looking up alloc key"); in __bch2_move_data_phys() 788 bch_err_msg(c, ret, "flushing btree write buffer"); in __bch2_move_data_phys()
|
| H A D | btree_node_scan.c | 308 bch_err_msg(c, ret, "starting kthread"); in read_btree_nodes()
|
| H A D | bcachefs.h | 346 #define bch_err_msg(_c, _ret, _msg, ...) \ macro
|
| H A D | dirent.c | 738 bch_err_msg(trans->c, ret, "fetching inode %llu", inode_nr); in lookup_first_inode()
|
| H A D | journal_reclaim.c | 833 bch_err_msg(c, ret, "creating journal reclaim thread"); in bch2_journal_reclaim_start()
|
| H A D | replicas.c | 355 bch_err_msg(c, ret, "adding replicas entry"); in bch2_mark_replicas_slowpath()
|
| H A D | ec.c | 1353 bch_err_msg(c, ret, "creating stripe key"); in ec_stripe_create() 1359 bch_err_msg(c, ret, "error updating extents"); in ec_stripe_create()
|
| H A D | alloc_background.c | 2381 bch_err_msg(ca, ret, "initializing free space"); in bch2_dev_freespace_init() 2456 bch_err_msg(ca, ret, "removing dev alloc info"); in bch2_dev_remove_alloc()
|
| H A D | inode.c | 366 bch_err_msg(trans->c, ret, "looking up inum %llu:%llu:", inum.subvol, inum.inum); in __bch2_inode_peek()
|
| H A D | journal.c | 1149 bch_err_msg(c, ret, "marking new journal buckets"); in bch2_set_nr_journal_buckets_iter()
|
| H A D | fs.c | 2554 bch_err_msg(c, ret, "mounting: error getting root inode"); in bch2_fs_get_tree()
|