Lines Matching refs:tcon
993 struct cifs_tcon *tcon; member
1050 struct cifs_tcon *tcon; member
1203 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written() argument
1207 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1208 tcon->bytes_written += bytes; in cifs_stats_bytes_written()
1209 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1213 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read() argument
1216 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1217 tcon->bytes_read += bytes; in cifs_stats_bytes_read()
1218 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
1223 #define cifs_stats_bytes_written(tcon, bytes) do {} while (0) argument
1224 #define cifs_stats_bytes_read(tcon, bytes) do {} while (0) argument