Home
last modified time | relevance | path

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

/fs/smb/client/
Dcifs_debug.c575 if (server->ops->clear_stats) in cifs_stats_proc_write()
576 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
Dsmb1ops.c1193 .clear_stats = cifs_clear_stats,
Dsmb2ops.c5345 .clear_stats = smb2_clear_stats,
5446 .clear_stats = smb2_clear_stats,
5548 .clear_stats = smb2_clear_stats,
5662 .clear_stats = smb2_clear_stats,
Dcifsglob.h280 void (*clear_stats)(struct cifs_tcon *); member