Lines Matching refs:cifs_tcon
202 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 *);
271 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *);
273 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *);
281 struct cifs_tcon *, const struct nls_table *);
283 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
289 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *,
292 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
295 int (*query_path_info)(const unsigned int, struct cifs_tcon *,
299 int (*query_file_info)(const unsigned int, struct cifs_tcon *,
302 int (*query_reparse_tag)(const unsigned int xid, struct cifs_tcon *tcon,
306 int (*get_srv_inum)(const unsigned int, struct cifs_tcon *,
310 int (*set_path_size)(const unsigned int, struct cifs_tcon *,
313 int (*set_file_size)(const unsigned int, struct cifs_tcon *,
318 int (*set_compression)(const unsigned int, struct cifs_tcon *,
326 umode_t mode, struct cifs_tcon *tcon,
330 struct cifs_tcon *tcon, const char *name,
334 struct cifs_sb_info *, struct cifs_tcon *,
337 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *,
340 int (*unlink)(const unsigned int, struct cifs_tcon *, const char *,
346 int (*rename)(const unsigned int, struct cifs_tcon *, const char *,
349 int (*create_hardlink)(const unsigned int, struct cifs_tcon *,
353 int (*query_symlink)(const unsigned int, struct cifs_tcon *,
362 void (*close)(const unsigned int, struct cifs_tcon *,
365 void (*close_getattr)(const unsigned int xid, struct cifs_tcon *tcon,
368 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
383 int (*query_dir_first)(const unsigned int, struct cifs_tcon *,
388 int (*query_dir_next)(const unsigned int, struct cifs_tcon *,
392 int (*close_dir)(const unsigned int, struct cifs_tcon *,
401 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
404 int (*queryfs)(const unsigned int, struct cifs_tcon *,
423 int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
425 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon,
429 int (*query_mf_symlink)(unsigned int, struct cifs_tcon *,
432 int (*create_mf_symlink)(unsigned int, struct cifs_tcon *,
451 int (*validate_negotiate)(const unsigned int, struct cifs_tcon *);
452 ssize_t (*query_all_EAs)(const unsigned int, struct cifs_tcon *,
455 int (*set_EA)(const unsigned int, struct cifs_tcon *, const char *,
475 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
488 struct cifs_tcon *tcon,
496 struct cifs_tcon *tcon,
501 int (*fiemap)(struct cifs_tcon *tcon, struct cifsFileInfo *,
504 loff_t (*llseek)(struct file *, struct cifs_tcon *, loff_t, int);
978 struct cifs_tcon *tcon_ipc;
1077 struct cifs_tcon *tcon;
1086 struct cifs_tcon { struct
1197 struct cifs_tcon *tl_tcon; argument
1203 static inline struct cifs_tcon *
1226 extern struct cifs_tcon *cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb);
1273 struct cifs_tcon *tcon;
1340 struct cifs_tcon *tcon;
1536 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written()
1546 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read()
1621 struct cifs_tcon *tcon;
2034 static inline bool is_tcon_dfs(struct cifs_tcon *tcon) in is_tcon_dfs()