Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf.c768 ASSERT(!(flags & XBF_WRITE)); in _xfs_buf_read()
771 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE); in _xfs_buf_read()
1310 bp->b_flags &= ~XBF_WRITE; in xfs_buf_ioend_handle_error()
1362 bp->b_flags &= ~(XBF_READ | XBF_WRITE | XBF_READ_AHEAD | in xfs_buf_ioend()
1435 bp->b_flags |= XBF_WRITE; in xfs_bwrite()
1452 (bp->b_flags & XBF_WRITE) && (bp->b_flags & XBF_ASYNC) && in xfs_buf_bio_end_io()
1570 if (bp->b_flags & XBF_WRITE) { in _xfs_buf_ioapply()
1675 if (bp->b_flags & XBF_WRITE) in __xfs_buf_submit()
2185 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" }, \