Lines Matching refs:tcon
375 int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
1007 struct cifs_tcon *tcon; member
1065 struct cifs_tcon *tcon; member
1218 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written() argument
1222 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1223 tcon->bytes_written += bytes; in cifs_stats_bytes_written()
1224 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1228 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read() argument
1231 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1232 tcon->bytes_read += bytes; in cifs_stats_bytes_read()
1233 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
1238 #define cifs_stats_bytes_written(tcon, bytes) do {} while (0) argument
1239 #define cifs_stats_bytes_read(tcon, bytes) do {} while (0) argument