Lines Matching refs:seq
30 static int nfsd_show(struct seq_file *seq, void *v) in nfsd_show() argument
32 struct net *net = pde_data(file_inode(seq->file)); in nfsd_show()
36 seq_printf(seq, "rc %lld %lld %lld\nfh %lld 0 0 0 0\nio %lld %lld\n", in nfsd_show()
45 seq_printf(seq, "th %u 0", atomic_read(&nfsd_th_cnt)); in nfsd_show()
49 seq_puts(seq, " 0.000"); in nfsd_show()
52 seq_puts(seq, "\nra 0 0 0 0 0 0 0 0 0 0 0 0\n"); in nfsd_show()
55 svc_seq_show(seq, &nn->nfsd_svcstats); in nfsd_show()
60 seq_printf(seq, "proc4ops %u", LAST_NFS4_OP + 1); in nfsd_show()
62 seq_printf(seq, " %lld", in nfsd_show()
65 seq_printf(seq, "\nwdeleg_getattr %lld", in nfsd_show()
68 seq_putc(seq, '\n'); in nfsd_show()