Searched refs:XBF_NO_IOACCT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf.h | 28 #define XBF_NO_IOACCT (1 << 3) /* bypass I/O accounting (non-LRU bufs) */ macro 54 { XBF_NO_IOACCT, "NO_IOACCT" }, \
|
H A D | xfs_mount.c | 294 * 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 D | xfs_buf.c | 95 * 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 D | xfs_buf.h | 30 #define XBF_NO_IOACCT (1u << 3) /* bypass I/O accounting (non-LRU bufs) */ macro 63 { XBF_NO_IOACCT, "NO_IOACCT" }, \
|
H A D | xfs_mount.c | 176 * 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 D | xfs_buf.c | 94 * 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