Searched refs:XBF_FLUSH (Results 1 – 3 of 3) sorted by relevance
42 #define XBF_FLUSH (1 << 12)/* flush the disk cache before a write */ macro67 { XBF_FLUSH, "FLUSH" }, \
1933 bp->b_flags &= ~XBF_FLUSH; in xlog_sync()1947 bp->b_flags |= XBF_FLUSH; in xlog_sync()1972 bp->b_flags &= ~XBF_FLUSH; in xlog_sync()
1375 if (bp->b_flags & XBF_FLUSH) in _xfs_buf_ioapply()