Home
last modified time | relevance | path

Searched refs:XBF_WRITE_FAIL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_buf.h34 #define XBF_WRITE_FAIL (1u << 7) /* async writes have failed on this buffer */ macro
67 { XBF_WRITE_FAIL, "WRITE_FAIL" }, \
H A Dxfs_buf.c1253 !(bp->b_flags & (XBF_STALE | XBF_WRITE_FAIL))) { in xfs_buf_ioend_handle_error()
1283 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL); in xfs_buf_ioend_handle_error()
1314 bp->b_flags &= ~XBF_WRITE_FAIL; in xfs_buf_ioend()
1853 if (bp->b_flags & XBF_WRITE_FAIL) { in xfs_buftarg_drain()
H A Dxfs_buf_item.c624 if (bp->b_flags & XBF_WRITE_FAIL) { in xfs_buf_item_push()