Searched refs:b_error (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf.c778 * Clear b_error if this is a lookup from a caller that doesn't expect
832 ASSERT(bp->b_error == 0);
839 if (bp->b_error)
841 return bp->b_error;
982 if (bp->b_error) {
983 error = bp->b_error;
1270 * caller handle the error in bp->b_error appropriately.
1318 cfg = xfs_error_get_cfg(mp, XFS_ERR_METADATA, bp->b_error);
1319 if (bp->b_last_error != bp->b_error ||
1321 bp->b_last_error = bp->b_error;
[all...]
H A Dxfs_attr_inactive.c308 error = bp->b_error;
H A Dxfs_trans_buf.c160 ASSERT(!bp->b_error);
240 ASSERT(!bp->b_error);
H A Dxfs_buf.h205 int b_error; /* error code on I/O */ member in struct:xfs_buf
H A Dxfs_error.c408 * bp->b_error.
451 bp->b_error == -EFSBADCRC ? "CRC error" : "corruption",
H A Dxfs_buf_item_recover.c954 error = bp->b_error;
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c259 if (bp->b_error)
H A Dxfs_ialloc_btree.c340 if (bp->b_error)
H A Dxfs_bmap_btree.c456 if (bp->b_error)
H A Dxfs_alloc_btree.c382 if (bp->b_error)
H A Dxfs_rmap_btree.c380 if (bp->b_error)
/linux-master/fs/xfs/scrub/
H A Drepair.c556 if (bp->b_error) {
558 bp->b_error = 0;

Completed in 402 milliseconds