Home
last modified time | relevance | path

Searched refs:XBF_WRITE (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_buf.c716 ASSERT(!(flags & XBF_WRITE)); in _xfs_buf_read()
719 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE); in _xfs_buf_read()
1243 bp->b_flags &= ~XBF_WRITE; in xfs_buf_ioend_handle_error()
1295 bp->b_flags &= ~(XBF_READ | XBF_WRITE | XBF_READ_AHEAD | in xfs_buf_ioend()
1368 bp->b_flags |= XBF_WRITE; in xfs_bwrite()
1385 (bp->b_flags & XBF_WRITE) && (bp->b_flags & XBF_ASYNC) && in xfs_buf_bio_end_io()
1503 if (bp->b_flags & XBF_WRITE) { in _xfs_buf_ioapply()
1609 if (bp->b_flags & XBF_WRITE) in __xfs_buf_submit()
2128 bp->b_flags |= XBF_WRITE; in xfs_buf_delwri_submit_buffers()
Dxfs_buf.h26 #define XBF_WRITE (1 << 1) /* buffer intended for writing to device */ macro
52 { XBF_WRITE, "WRITE" }, \