Lines Matching refs:cifs_tcon
199 struct cifs_tcon;
250 void (*clear_stats)(struct cifs_tcon *);
251 void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
252 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
268 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
270 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
278 struct cifs_tcon *, const struct nls_table *);
280 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
286 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *,
289 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
292 int (*query_path_info)(const unsigned int, struct cifs_tcon *,
296 int (*query_file_info)(const unsigned int, struct cifs_tcon *,
299 int (*query_reparse_tag)(const unsigned int xid, struct cifs_tcon *tcon,
303 int (*get_srv_inum)(const unsigned int, struct cifs_tcon *,
307 int (*set_path_size)(const unsigned int, struct cifs_tcon *,
310 int (*set_file_size)(const unsigned int, struct cifs_tcon *,
315 int (*set_compression)(const unsigned int, struct cifs_tcon *,
323 umode_t mode, struct cifs_tcon *tcon,
327 struct cifs_tcon *tcon, const char *name,
331 struct cifs_sb_info *, struct cifs_tcon *,
334 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *,
337 int (*unlink)(const unsigned int, struct cifs_tcon *, const char *,
343 int (*rename)(const unsigned int, struct cifs_tcon *, const char *,
346 int (*create_hardlink)(const unsigned int, struct cifs_tcon *,
350 int (*query_symlink)(const unsigned int, struct cifs_tcon *,
359 void (*close)(const unsigned int, struct cifs_tcon *,
362 void (*close_getattr)(const unsigned int xid, struct cifs_tcon *tcon,
365 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
380 int (*query_dir_first)(const unsigned int, struct cifs_tcon *,
385 int (*query_dir_next)(const unsigned int, struct cifs_tcon *,
389 int (*close_dir)(const unsigned int, struct cifs_tcon *,
398 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
401 int (*queryfs)(const unsigned int, struct cifs_tcon *,
420 int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
422 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon,
426 int (*query_mf_symlink)(unsigned int, struct cifs_tcon *,
429 int (*create_mf_symlink)(unsigned int, struct cifs_tcon *,
448 int (*validate_negotiate)(const unsigned int, struct cifs_tcon *);
449 ssize_t (*query_all_EAs)(const unsigned int, struct cifs_tcon *,
452 int (*set_EA)(const unsigned int, struct cifs_tcon *, const char *,
472 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
485 struct cifs_tcon *tcon,
493 struct cifs_tcon *tcon,
498 int (*fiemap)(struct cifs_tcon *tcon, struct cifsFileInfo *,
501 loff_t (*llseek)(struct file *, struct cifs_tcon *, loff_t, int);
919 struct cifs_tcon *tcon_ipc;
1025 struct cifs_tcon *tcon;
1035 struct cifs_tcon { struct
1145 struct cifs_tcon *tl_tcon; argument
1151 static inline struct cifs_tcon *
1174 extern struct cifs_tcon *cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb);
1229 struct cifs_tcon *tcon;
1298 struct cifs_tcon *tcon;
1495 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written()
1505 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read()
1580 struct cifs_tcon *tcon;
1961 static inline bool is_tcon_dfs(struct cifs_tcon *tcon) in is_tcon_dfs()
1976 static inline bool cifs_is_referral_server(struct cifs_tcon *tcon, in cifs_is_referral_server()