Home
last modified time | relevance | path

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

/fs/nfs/
Dsuper.c620 struct nfs_iostats totals = { }; in nfs_show_stats() local
675 totals.events[i] += stats->events[i]; in nfs_show_stats()
677 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats()
680 totals.fscache[i] += stats->fscache[i]; in nfs_show_stats()
688 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats()
691 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
696 seq_printf(m, "%Lu ", totals.fscache[i]); in nfs_show_stats()