Searched refs:clear_stats (Results 1 – 4 of 4) sorted by relevance
540 if (server->ops->clear_stats) in cifs_stats_proc_write()541 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
1164 .clear_stats = cifs_clear_stats,
5401 .clear_stats = smb2_clear_stats,5502 .clear_stats = smb2_clear_stats,5604 .clear_stats = smb2_clear_stats,5718 .clear_stats = smb2_clear_stats,
249 void (*clear_stats)(struct cifs_tcon *); member