Searched refs:XBF_ASYNC (Results 1 – 4 of 4) sorted by relevance
58 return __xfs_buf_submit(bp, !(bp->b_flags & XBF_ASYNC)); in xfs_buf_submit()102 ASSERT(bp->b_flags & XBF_ASYNC); in xfs_buf_ioacct_inc()789 if (flags & XBF_ASYNC) in xfs_buf_read_map()796 if (flags & XBF_ASYNC) { in xfs_buf_read_map()1200 if (!(bp->b_flags & XBF_ASYNC)) in xfs_buf_ioend_handle_error()1298 if (bp->b_flags & XBF_ASYNC) in xfs_buf_ioend()1570 ASSERT(!(bp->b_flags & XBF_ASYNC)); in xfs_buf_iowait()1621 if (bp->b_flags & XBF_ASYNC) in __xfs_buf_submit()1631 if (bp->b_error || !(bp->b_flags & XBF_ASYNC)) in __xfs_buf_submit()2130 bp->b_flags &= ~XBF_ASYNC; in xfs_buf_delwri_submit_buffers()[all …]
29 #define XBF_ASYNC (1 << 4) /* initiator will not wait for completion */ macro55 { XBF_ASYNC, "ASYNC" }, \
547 bp->b_flags |= XBF_ASYNC; in xfs_buf_item_unpin()
3688 bp->b_flags |= XBF_ASYNC; in xfs_iflush_cluster()
Completed in 14 milliseconds