Home
last modified time | relevance | path

Searched refs:XBF_FLUSH (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_buf.h42 #define XBF_FLUSH (1 << 12)/* flush the disk cache before a write */ macro
67 { XBF_FLUSH, "FLUSH" }, \
Dxfs_log.c1933 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()
Dxfs_buf.c1375 if (bp->b_flags & XBF_FLUSH) in _xfs_buf_ioapply()