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

/linux-master/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.c1320 !(bp->b_flags & (XBF_STALE | XBF_WRITE_FAIL))) {
1350 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL);
1381 bp->b_flags &= ~XBF_WRITE_FAIL;
1926 if (bp->b_flags & XBF_WRITE_FAIL) {
H A Dxfs_buf_item.c624 if (bp->b_flags & XBF_WRITE_FAIL) {

Completed in 117 milliseconds