Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c622 if (server->ops->print_stats) in cifs_stats_proc_show()
623 server->ops->print_stats(m, tcon); in cifs_stats_proc_show()
Dsmb1ops.c1165 .print_stats = cifs_print_stats,
Dsmb2ops.c5406 .print_stats = smb2_print_stats,
5507 .print_stats = smb2_print_stats,
5609 .print_stats = smb2_print_stats,
5723 .print_stats = smb2_print_stats,
Dcifsglob.h250 void (*print_stats)(struct seq_file *m, struct cifs_tcon *); member