Home
last modified time | relevance | path

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

/fs/nfs/
Dsuper.c805 struct nfs_iostats totals = { }; in nfs_show_stats() local
858 totals.events[i] += stats->events[i]; in nfs_show_stats()
860 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats()
863 totals.fscache[i] += stats->fscache[i]; in nfs_show_stats()
871 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats()
874 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
879 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()