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

/linux-master/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.c100 * the XBF_NO_IOACCT flag before I/O submission. Otherwise, the buftarg count
107 if (bp->b_flags & XBF_NO_IOACCT)
1006 error = _xfs_buf_alloc(target, &map, 1, flags & XBF_NO_IOACCT, &bp);
H A Dxfs_mount.c176 * set XBF_NO_IOACCT to make sure it doesn't hold the buftarg count
181 BTOBB(sector_size), XBF_NO_IOACCT, &bp,

Completed in 139 milliseconds