Lines Matching refs:cifs_tcon

180 struct cifs_tcon;
220 void (*clear_stats)(struct cifs_tcon *);
221 void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
222 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
236 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *);
238 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *);
246 struct cifs_tcon *, const struct nls_table *);
248 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
254 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *);
256 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
259 int (*query_path_info)(const unsigned int, struct cifs_tcon *,
263 int (*query_file_info)(const unsigned int, struct cifs_tcon *,
266 int (*get_srv_inum)(const unsigned int, struct cifs_tcon *,
270 int (*set_path_size)(const unsigned int, struct cifs_tcon *,
273 int (*set_file_size)(const unsigned int, struct cifs_tcon *,
278 int (*set_compression)(const unsigned int, struct cifs_tcon *,
285 int (*mkdir)(const unsigned int, struct cifs_tcon *, const char *,
289 struct cifs_sb_info *, struct cifs_tcon *,
292 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *,
295 int (*unlink)(const unsigned int, struct cifs_tcon *, const char *,
301 int (*rename)(const unsigned int, struct cifs_tcon *, const char *,
304 int (*create_hardlink)(const unsigned int, struct cifs_tcon *,
308 int (*query_symlink)(const unsigned int, struct cifs_tcon *,
316 void (*close)(const unsigned int, struct cifs_tcon *,
319 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
334 int (*query_dir_first)(const unsigned int, struct cifs_tcon *,
339 int (*query_dir_next)(const unsigned int, struct cifs_tcon *,
343 int (*close_dir)(const unsigned int, struct cifs_tcon *,
350 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
353 int (*queryfs)(const unsigned int, struct cifs_tcon *,
371 int (*query_mf_symlink)(unsigned int, struct cifs_tcon *,
374 int (*create_mf_symlink)(unsigned int, struct cifs_tcon *,
389 int (*validate_negotiate)(const unsigned int, struct cifs_tcon *);
390 ssize_t (*query_all_EAs)(const unsigned int, struct cifs_tcon *,
393 int (*set_EA)(const unsigned int, struct cifs_tcon *, const char *,
409 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
814 struct cifs_tcon { struct
926 struct cifs_tcon *tl_tcon; argument
931 static inline struct cifs_tcon *
948 extern struct cifs_tcon *cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb);
993 struct cifs_tcon *tcon;
1050 struct cifs_tcon *tcon;
1203 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written()
1213 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read()