Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf.h57 #define XBF_FUA (1 << 11)/* force cache write through mode */ macro
82 { XBF_FUA, "FUA" }, \
233 XBF_SYNCIO|XBF_FUA|XBF_FLUSH))
Dxfs_log.c1485 bp->b_flags |= XBF_FUA; in xlog_sync()
1530 bp->b_flags |= XBF_FUA; in xlog_sync()
Dxfs_buf.c1200 if (bp->b_flags & XBF_FUA) in _xfs_buf_ioapply()