Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_buf.h30 #define XBF_NO_IOACCT (1u << 3) /* bypass I/O accounting (non-LRU bufs) */ macro
63 { XBF_NO_IOACCT, "NO_IOACCT" }, \
H A Dxfs_buf.c101 if (bp->b_flags & XBF_NO_IOACCT) in xfs_buf_ioacct_inc()
956 error = _xfs_buf_alloc(target, &map, 1, flags & XBF_NO_IOACCT, &bp); in xfs_buf_get_uncached()
H A Dxfs_mount.c181 BTOBB(sector_size), XBF_NO_IOACCT, &bp, in xfs_readsb()