Lines Matching refs:tcon
331 umode_t mode, struct cifs_tcon *tcon,
335 struct cifs_tcon *tcon, const char *name,
424 int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
426 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon,
487 struct cifs_tcon *tcon,
494 struct cifs_tcon *tcon,
499 int (*fiemap)(struct cifs_tcon *tcon, struct cifsFileInfo *,
1020 struct cifs_tcon *tcon; member
1215 struct cifs_tcon *tcon; member
1278 struct cifs_tcon *tcon; member
1471 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written() argument
1475 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1476 tcon->bytes_written += bytes; in cifs_stats_bytes_written()
1477 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1481 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read() argument
1484 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1485 tcon->bytes_read += bytes; in cifs_stats_bytes_read()
1486 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
1556 struct cifs_tcon *tcon; member