Lines Matching defs:cifs_tcon

266 struct cifs_tcon;
317 void (*clear_stats)(struct cifs_tcon *);
318 void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
319 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
337 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
339 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
348 struct cifs_tcon *, const struct nls_table *);
350 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
356 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *,
359 int (*query_server_interfaces)(const unsigned int, struct cifs_tcon *,
362 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
366 struct cifs_tcon *tcon,
371 int (*query_file_info)(const unsigned int xid, struct cifs_tcon *tcon,
375 struct cifs_tcon *tcon,
381 int (*get_srv_inum)(const unsigned int xid, struct cifs_tcon *tcon,
385 int (*set_path_size)(const unsigned int, struct cifs_tcon *,
389 int (*set_file_size)(const unsigned int, struct cifs_tcon *,
394 int (*set_compression)(const unsigned int, struct cifs_tcon *,
402 umode_t mode, struct cifs_tcon *tcon,
406 struct cifs_tcon *tcon, const char *name,
410 struct cifs_sb_info *, struct cifs_tcon *,
413 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *,
416 int (*unlink)(const unsigned int, struct cifs_tcon *, const char *,
423 struct cifs_tcon *tcon,
429 struct cifs_tcon *tcon,
435 struct cifs_tcon *tcon,
445 int (*close)(const unsigned int, struct cifs_tcon *,
448 int (*close_getattr)(const unsigned int xid, struct cifs_tcon *tcon,
451 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
466 int (*query_dir_first)(const unsigned int, struct cifs_tcon *,
471 int (*query_dir_next)(const unsigned int, struct cifs_tcon *,
475 int (*close_dir)(const unsigned int, struct cifs_tcon *,
484 int (*oplock_response)(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid,
487 int (*queryfs)(const unsigned int, struct cifs_tcon *,
507 int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
509 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon,
513 int (*query_mf_symlink)(unsigned int, struct cifs_tcon *,
516 int (*create_mf_symlink)(unsigned int, struct cifs_tcon *,
535 int (*validate_negotiate)(const unsigned int, struct cifs_tcon *);
536 ssize_t (*query_all_EAs)(const unsigned int, struct cifs_tcon *,
539 int (*set_EA)(const unsigned int, struct cifs_tcon *, const char *,
559 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
573 struct cifs_tcon *tcon,
581 struct cifs_tcon *tcon,
586 int (*fiemap)(struct cifs_tcon *tcon, struct cifsFileInfo *,
589 loff_t (*llseek)(struct file *, struct cifs_tcon *, loff_t, int);
600 struct cifs_tcon *tcon,
1061 struct cifs_tcon *tcon_ipc;
1191 struct cifs_tcon {
1309 struct cifs_tcon *tl_tcon;
1315 static inline struct cifs_tcon *
1338 extern struct cifs_tcon *cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb);
1393 struct cifs_tcon *tcon;
1468 struct cifs_tcon *tcon;
1652 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon,
1662 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon,
1737 struct cifs_tcon *tcon;
1811 struct cifs_tcon *tcon;
1993 * cifs_tcon
1994 * cifs_tcon->open_file_lock cifs_tcon->openFileList tconInfoAlloc
1995 * cifs_tcon->pending_opens
1996 * cifs_tcon->stat_lock cifs_tcon->bytes_read tconInfoAlloc
1997 * cifs_tcon->bytes_written
2018 * cifs_tcon->tc_lock (anything that is not protected by another lock and can change)
2024 * cached_fid->fid_mutex cifs_tcon->crfid tcon_info_alloc
2053 * structure order is cifs_socket-->cifs_ses-->cifs_tcon-->cifs_file
2166 static inline bool is_tcon_dfs(struct cifs_tcon *tcon)
2181 static inline bool cifs_is_referral_server(struct cifs_tcon *tcon,