Searched refs:XBF_ASYNC (Results 1 – 4 of 4) sorted by relevance
61 return __xfs_buf_submit(bp, !(bp->b_flags & XBF_ASYNC)); in xfs_buf_submit()110 ASSERT(bp->b_flags & XBF_ASYNC); in xfs_buf_ioacct_inc()876 if (flags & XBF_ASYNC) in xfs_buf_read_map()883 if (flags & XBF_ASYNC) { in xfs_buf_read_map()1316 if (!(bp->b_flags & XBF_ASYNC)) in xfs_buf_ioend_handle_error()1414 if (bp->b_flags & XBF_ASYNC) in xfs_buf_ioend()1690 ASSERT(!(bp->b_flags & XBF_ASYNC)); in xfs_buf_iowait()1756 if (bp->b_flags & XBF_ASYNC) in __xfs_buf_submit()1766 if (bp->b_error || !(bp->b_flags & XBF_ASYNC)) in __xfs_buf_submit()2319 bp->b_flags &= ~XBF_ASYNC; in xfs_buf_delwri_submit_buffers()[all …]
31 #define XBF_ASYNC (1u << 4) /* initiator will not wait for completion */ macro64 { XBF_ASYNC, "ASYNC" }, \
583 bp->b_flags |= XBF_ASYNC; in xfs_buf_item_unpin()
2604 bp->b_flags |= XBF_ASYNC; in xfs_iflush_cluster()
Completed in 23 milliseconds