Lines Matching refs:bch2_err_matches
53 if (bch2_err_matches(ret, ENOENT)) in bch2_snapshot_tree_lookup()
377 if (bch2_err_matches(ret, ENOENT)) in bch2_snapshot_live()
549 if (ret && !bch2_err_matches(ret, ENOENT)) in check_snapshot_tree()
564 if (ret && !bch2_err_matches(ret, ENOENT)) in check_snapshot_tree()
590 if (bch2_err_matches(ret, ENOENT)) { /* nothing to be done here */ in check_snapshot_tree()
641 if (bch2_err_matches(ret, ENOENT)) in snapshot_tree_ptr_good()
709 if (ret && !bch2_err_matches(ret, ENOENT)) in snapshot_tree_ptr_repair()
764 if (bch2_err_matches(ret, ENOENT)) in check_snapshot()
783 if (bch2_err_matches(ret, ENOENT)) in check_snapshot()
803 if (bch2_err_matches(ret, ENOENT)) in check_snapshot()
1111 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_snapshot_node_set_deleted()
1148 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
1166 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
1193 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
1324 if (bch2_err_matches(ret, ENOENT)) in bch2_snapshot_node_create_children()
1805 if (bch2_err_matches(ret, EIO) || in bch2_snapshots_read()