Searched refs:xs_write_bytes (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/ |
| A D | xfs_stats.c | 24 uint64_t xs_write_bytes = 0; in xfs_stats_format() local 77 xs_write_bytes += per_cpu_ptr(stats, i)->s.xs_write_bytes; in xfs_stats_format() 83 xs_xstrat_bytes, xs_write_bytes, xs_read_bytes); in xfs_stats_format()
|
| A D | xfs_stats.h | 143 uint64_t xs_write_bytes; member
|
| A D | xfs_file.c | 569 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, size); in xfs_dio_write_end_io() 951 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_dax_write() 1017 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_buffered_write() 1080 XFS_STATS_ADD(mp, xs_write_bytes, ret); in xfs_file_buffered_write_zoned()
|
Completed in 11 milliseconds