Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c283 if (server->ops->clear_stats) in cifs_stats_proc_write()
284 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
Dsmb2ops.c1578 .clear_stats = smb2_clear_stats,
1660 .clear_stats = smb2_clear_stats,
1743 .clear_stats = smb2_clear_stats,
1833 .clear_stats = smb2_clear_stats,
Dsmb1ops.c1050 .clear_stats = cifs_clear_stats,
Dcifsglob.h238 void (*clear_stats)(struct cifs_tcon *); member