xs_xstrat_bytes  4527 fs/xfs/libxfs/xfs_bmap.c 	XFS_STATS_ADD(mp, xs_xstrat_bytes, XFS_FSB_TO_B(mp, bma.length));
xs_xstrat_bytes    23 fs/xfs/xfs_stats.c 	uint64_t	xs_xstrat_bytes = 0;
xs_xstrat_bytes    54 fs/xfs/xfs_stats.c 		{ "qm",			xfsstats_offset(xs_xstrat_bytes)},
xs_xstrat_bytes    70 fs/xfs/xfs_stats.c 		xs_xstrat_bytes += per_cpu_ptr(stats, i)->s.xs_xstrat_bytes;
xs_xstrat_bytes    76 fs/xfs/xfs_stats.c 			xs_xstrat_bytes, xs_write_bytes, xs_read_bytes);
xs_xstrat_bytes   137 fs/xfs/xfs_stats.h 	uint64_t		xs_xstrat_bytes;