Searched refs:btrfs_handle_fs_error (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | print-tree.c | 57 		btrfs_handle_fs_error(eb->fs_info, -EINVAL, NULL);  in print_extent_item()262 			btrfs_handle_fs_error(fs_info, -EINVAL, NULL);  in btrfs_print_leaf()
 
 | 
| D | root-tree.c | 288 				btrfs_handle_fs_error(fs_info, err,  in btrfs_find_orphan_roots()296 				btrfs_handle_fs_error(fs_info, err,  in btrfs_find_orphan_roots()
 
 | 
| D | inode-item.c | 138 		btrfs_handle_fs_error(root->fs_info, -ENOENT, NULL);  in btrfs_del_inode_extref()
 | 
| D | disk-io.c | 2293 		btrfs_handle_fs_error(fs_info, ret,  in btrfs_replay_log()3784 			btrfs_handle_fs_error(fs_info, ret,  in write_all_supers()
 3819 			btrfs_handle_fs_error(fs_info, -EUCLEAN,  in write_all_supers()
 3834 		btrfs_handle_fs_error(fs_info, -EIO,  in write_all_supers()
 3854 		btrfs_handle_fs_error(fs_info, -EIO,  in write_all_supers()
 
 | 
| D | relocation.c | 607 		btrfs_handle_fs_error(leaf->fs_info, -EINVAL, NULL);  in find_inline_backref()845 			btrfs_handle_fs_error(rc->extent_root->fs_info, err,  in build_backref_tree()
 2512 		btrfs_handle_fs_error(fs_info, ret, NULL);  in merge_reloc_roots()
 3421 		btrfs_handle_fs_error(eb->fs_info, -EINVAL, NULL);  in add_tree_block()
 3835 			btrfs_handle_fs_error(eb->fs_info, -EINVAL, NULL);  in add_data_references()
 
 | 
| D | volumes.c | 1757 		btrfs_handle_fs_error(fs_info, ret, "Slot search failed");  in btrfs_free_dev_extent()1765 		btrfs_handle_fs_error(fs_info, ret,  in btrfs_free_dev_extent()
 2714 			btrfs_handle_fs_error(fs_info, ret,  in btrfs_init_new_device()
 2869 		btrfs_handle_fs_error(fs_info, -ENOENT,  in btrfs_free_chunk()
 2877 		btrfs_handle_fs_error(fs_info, ret,  in btrfs_free_chunk()
 3085 		btrfs_handle_fs_error(root->fs_info, ret, NULL);  in btrfs_relocate_chunk()
 3366 		btrfs_handle_fs_error(fs_info, ret, NULL);  in reset_balance_state()
 
 | 
| D | transaction.c | 1365 		btrfs_handle_fs_error(fs_info, ret,  in qgroup_account_snapshot()2268 		btrfs_handle_fs_error(fs_info, ret,  in btrfs_commit_transaction()
 
 | 
| D | tree-log.c | 3311 			btrfs_handle_fs_error(log->fs_info, ret, NULL);  in free_log_tree()6273 		btrfs_handle_fs_error(fs_info, ret,  in btrfs_recover_log_trees()
 6287 			btrfs_handle_fs_error(fs_info, ret,  in btrfs_recover_log_trees()
 6305 			btrfs_handle_fs_error(fs_info, ret,  in btrfs_recover_log_trees()
 6320 			btrfs_handle_fs_error(fs_info, ret,  in btrfs_recover_log_trees()
 
 | 
| D | ctree.c | 926 			btrfs_handle_fs_error(fs_info, ret, NULL);  in update_ref_for_cow()1890 			btrfs_handle_fs_error(fs_info, ret, NULL);  in balance_level()
 2002 			btrfs_handle_fs_error(fs_info, ret, NULL);  in balance_level()
 
 | 
| D | extent-tree.c | 221 				btrfs_handle_fs_error(fs_info, ret, NULL);  in btrfs_lookup_extent_info()5402 		btrfs_handle_fs_error(fs_info, err, NULL);  in btrfs_drop_snapshot()
 
 | 
| D | ctree.h | 3176 #define btrfs_handle_fs_error(fs_info, errno, fmt, args...)		\  macro
 | 
| D | ioctl.c | 4810 		btrfs_handle_fs_error(fs_info, err,  in btrfs_ioctl_qgroup_assign()
 |