Lines Matching refs:cifs_tcon

207 struct cifs_tcon;
253 void (*clear_stats)(struct cifs_tcon *);
254 void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
255 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
270 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *);
272 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *);
280 struct cifs_tcon *, const struct nls_table *);
282 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
288 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *);
290 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
293 int (*query_path_info)(const unsigned int, struct cifs_tcon *,
297 int (*query_file_info)(const unsigned int, struct cifs_tcon *,
300 int (*get_srv_inum)(const unsigned int, struct cifs_tcon *,
304 int (*set_path_size)(const unsigned int, struct cifs_tcon *,
307 int (*set_file_size)(const unsigned int, struct cifs_tcon *,
312 int (*set_compression)(const unsigned int, struct cifs_tcon *,
320 umode_t mode, struct cifs_tcon *tcon,
323 int (*mkdir)(const unsigned int, struct cifs_tcon *, const char *,
327 struct cifs_sb_info *, struct cifs_tcon *,
330 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *,
333 int (*unlink)(const unsigned int, struct cifs_tcon *, const char *,
339 int (*rename)(const unsigned int, struct cifs_tcon *, const char *,
342 int (*create_hardlink)(const unsigned int, struct cifs_tcon *,
346 int (*query_symlink)(const unsigned int, struct cifs_tcon *,
354 void (*close)(const unsigned int, struct cifs_tcon *,
357 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
372 int (*query_dir_first)(const unsigned int, struct cifs_tcon *,
377 int (*query_dir_next)(const unsigned int, struct cifs_tcon *,
381 int (*close_dir)(const unsigned int, struct cifs_tcon *,
390 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
393 int (*queryfs)(const unsigned int, struct cifs_tcon *,
411 int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
413 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon,
415 int (*query_mf_symlink)(unsigned int, struct cifs_tcon *,
418 int (*create_mf_symlink)(unsigned int, struct cifs_tcon *,
437 int (*validate_negotiate)(const unsigned int, struct cifs_tcon *);
438 ssize_t (*query_all_EAs)(const unsigned int, struct cifs_tcon *,
441 int (*set_EA)(const unsigned int, struct cifs_tcon *, const char *,
457 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
859 struct cifs_tcon *tcon_ipc;
915 struct cifs_tcon *tcon;
923 struct cifs_tcon { struct
1024 struct cifs_tcon *tl_tcon; argument
1030 static inline struct cifs_tcon *
1053 extern struct cifs_tcon *cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb);
1098 struct cifs_tcon *tcon;
1157 struct cifs_tcon *tcon;
1337 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written()
1347 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read()
1418 struct cifs_tcon *tcon;