Home
last modified time | relevance | path

Searched refs:XBF_NO_IOACCT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf.h28 #define XBF_NO_IOACCT (1 << 3) /* bypass I/O accounting (non-LRU bufs) */ macro
54 { XBF_NO_IOACCT, "NO_IOACCT" }, \
H A Dxfs_mount.c294 * set XBF_NO_IOACCT to make sure it doesn't hold the buftarg count in xfs_readsb()
299 BTOBB(sector_size), XBF_NO_IOACCT, &bp, in xfs_readsb()
H A Dxfs_buf.c95 * the XBF_NO_IOACCT flag before I/O submission. Otherwise, the buftarg count
102 if (bp->b_flags & XBF_NO_IOACCT) in xfs_buf_ioacct_inc()
961 error = _xfs_buf_alloc(target, &map, 1, flags & XBF_NO_IOACCT, &bp); in xfs_buf_get_uncached()
/kernel/linux/linux-6.6/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_mount.c176 * set XBF_NO_IOACCT to make sure it doesn't hold the buftarg count in xfs_readsb()
181 BTOBB(sector_size), XBF_NO_IOACCT, &bp, in xfs_readsb()
H A Dxfs_buf.c94 * the XBF_NO_IOACCT flag before I/O submission. Otherwise, the buftarg count
101 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()

Completed in 9 milliseconds