xs_write_bytes    395 fs/xfs/xfs_file.c 	XFS_STATS_ADD(ip->i_mount, xs_write_bytes, size);
xs_write_bytes    608 fs/xfs/xfs_file.c 		XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret);
xs_write_bytes    685 fs/xfs/xfs_file.c 		XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret);
xs_write_bytes     24 fs/xfs/xfs_stats.c 	uint64_t	xs_write_bytes = 0;
xs_write_bytes     71 fs/xfs/xfs_stats.c 		xs_write_bytes += per_cpu_ptr(stats, i)->s.xs_write_bytes;
xs_write_bytes     76 fs/xfs/xfs_stats.c 			xs_xstrat_bytes, xs_write_bytes, xs_read_bytes);
xs_write_bytes    138 fs/xfs/xfs_stats.h 	uint64_t		xs_write_bytes;