Home
last modified time | relevance | path

Searched refs:xs_write_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_stats.c24 uint64_t xs_write_bytes = 0; in xfs_stats_format() local
80 xs_write_bytes += per_cpu_ptr(stats, i)->s.xs_write_bytes; in xfs_stats_format()
87 xs_xstrat_bytes, xs_write_bytes, xs_read_bytes); in xfs_stats_format()
H A Dxfs_stats.h149 uint64_t xs_write_bytes; member