b_error          2707 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(!(*bpp)->b_error);
b_error          2737 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(!(*bpp)->b_error);
b_error           345 fs/xfs/libxfs/xfs_alloc_btree.c 	if (bp->b_error)
b_error           469 fs/xfs/libxfs/xfs_bmap_btree.c 	if (bp->b_error)
b_error          2619 fs/xfs/libxfs/xfs_da_btree.c 	error = bp ? bp->b_error : -EIO;
b_error           303 fs/xfs/libxfs/xfs_ialloc_btree.c 	if (bp->b_error)
b_error           243 fs/xfs/libxfs/xfs_refcount_btree.c 	if (bp->b_error)
b_error           342 fs/xfs/libxfs/xfs_rmap_btree.c 	if (bp->b_error)
b_error           761 fs/xfs/scrub/repair.c 		if (bp->b_error) {
b_error           763 fs/xfs/scrub/repair.c 			bp->b_error = 0;
b_error           797 fs/xfs/xfs_buf.c 	ASSERT(bp->b_error == 0);
b_error           804 fs/xfs/xfs_buf.c 	if (bp->b_error)
b_error           806 fs/xfs/xfs_buf.c 	return bp->b_error;
b_error           898 fs/xfs/xfs_buf.c 	if (bp->b_error) {
b_error           899 fs/xfs/xfs_buf.c 		int	error = bp->b_error;
b_error          1156 fs/xfs/xfs_buf.c 	if (!bp->b_error && bp->b_io_error)
b_error          1160 fs/xfs/xfs_buf.c 	if (read && !bp->b_error && bp->b_ops) {
b_error          1165 fs/xfs/xfs_buf.c 	if (!bp->b_error)
b_error          1201 fs/xfs/xfs_buf.c 	bp->b_error = error;
b_error          1213 fs/xfs/xfs_buf.c 			-bp->b_error);
b_error          1250 fs/xfs/xfs_buf.c 	if (!bp->b_error && xfs_buf_is_vmapped(bp) && (bp->b_flags & XBF_READ))
b_error          1354 fs/xfs/xfs_buf.c 	bp->b_error = 0;
b_error          1366 fs/xfs/xfs_buf.c 			if (bp->b_error) {
b_error          1408 fs/xfs/xfs_buf.c 		if (bp->b_error)
b_error          1429 fs/xfs/xfs_buf.c 	return bp->b_error;
b_error          1487 fs/xfs/xfs_buf.c 		if (bp->b_error || !(bp->b_flags & XBF_ASYNC))
b_error           166 fs/xfs/xfs_buf.h 	int			b_error;	/* error code on I/O */
b_error          1108 fs/xfs/xfs_buf_item.c 	cfg = xfs_error_get_cfg(mp, XFS_ERR_METADATA, bp->b_error);
b_error          1118 fs/xfs/xfs_buf_item.c 	     bp->b_last_error != bp->b_error) {
b_error          1120 fs/xfs/xfs_buf_item.c 		bp->b_last_error = bp->b_error;
b_error          1183 fs/xfs/xfs_buf_item.c 	if (bp->b_error && xfs_buf_iodone_callback_error(bp))
b_error           366 fs/xfs/xfs_error.c 		  bp->b_error == -EFSBADCRC ? "CRC error" : "corruption",
b_error           296 fs/xfs/xfs_log_recover.c 	if (bp->b_error) {
b_error          2753 fs/xfs/xfs_log_recover.c 	error = bp->b_error;
b_error          2960 fs/xfs/xfs_log_recover.c 	error = bp->b_error;
b_error            59 fs/xfs/xfs_symlink.c 		error = bp->b_error;
b_error           157 fs/xfs/xfs_trans_buf.c 	ASSERT(!bp->b_error);
b_error           252 fs/xfs/xfs_trans_buf.c 		ASSERT(!bp->b_error);
b_error           317 fs/xfs/xfs_trans_buf.c 	if (bp->b_error) {
b_error           318 fs/xfs/xfs_trans_buf.c 		error = bp->b_error;