Lines Matching refs:cifs_tcon
198 struct cifs_tcon;
249 void (*clear_stats)(struct cifs_tcon *);
250 void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
251 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
267 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
269 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
277 struct cifs_tcon *, const struct nls_table *);
279 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
285 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *,
288 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
291 int (*query_path_info)(const unsigned int, struct cifs_tcon *,
295 int (*query_file_info)(const unsigned int, struct cifs_tcon *,
298 int (*query_reparse_tag)(const unsigned int xid, struct cifs_tcon *tcon,
302 int (*get_srv_inum)(const unsigned int, struct cifs_tcon *,
306 int (*set_path_size)(const unsigned int, struct cifs_tcon *,
309 int (*set_file_size)(const unsigned int, struct cifs_tcon *,
314 int (*set_compression)(const unsigned int, struct cifs_tcon *,
322 umode_t mode, struct cifs_tcon *tcon,
326 struct cifs_tcon *tcon, const char *name,
330 struct cifs_sb_info *, struct cifs_tcon *,
333 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *,
336 int (*unlink)(const unsigned int, struct cifs_tcon *, const char *,
342 int (*rename)(const unsigned int, struct cifs_tcon *, const char *,
345 int (*create_hardlink)(const unsigned int, struct cifs_tcon *,
349 int (*query_symlink)(const unsigned int, struct cifs_tcon *,
358 void (*close)(const unsigned int, struct cifs_tcon *,
361 void (*close_getattr)(const unsigned int xid, struct cifs_tcon *tcon,
364 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
379 int (*query_dir_first)(const unsigned int, struct cifs_tcon *,
384 int (*query_dir_next)(const unsigned int, struct cifs_tcon *,
388 int (*close_dir)(const unsigned int, struct cifs_tcon *,
397 int (*oplock_response)(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid,
400 int (*queryfs)(const unsigned int, struct cifs_tcon *,
419 int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
421 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon,
425 int (*query_mf_symlink)(unsigned int, struct cifs_tcon *,
428 int (*create_mf_symlink)(unsigned int, struct cifs_tcon *,
447 int (*validate_negotiate)(const unsigned int, struct cifs_tcon *);
448 ssize_t (*query_all_EAs)(const unsigned int, struct cifs_tcon *,
451 int (*set_EA)(const unsigned int, struct cifs_tcon *, const char *,
471 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
484 struct cifs_tcon *tcon,
492 struct cifs_tcon *tcon,
497 int (*fiemap)(struct cifs_tcon *tcon, struct cifsFileInfo *,
500 loff_t (*llseek)(struct file *, struct cifs_tcon *, loff_t, int);
910 struct cifs_tcon *tcon_ipc;
1015 struct cifs_tcon *tcon;
1025 struct cifs_tcon { struct
1135 struct cifs_tcon *tl_tcon; argument
1141 static inline struct cifs_tcon *
1164 extern struct cifs_tcon *cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb);
1219 struct cifs_tcon *tcon;
1288 struct cifs_tcon *tcon;
1485 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written()
1495 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read()
1570 struct cifs_tcon *tcon;
1953 static inline bool is_tcon_dfs(struct cifs_tcon *tcon) in is_tcon_dfs()
1968 static inline bool cifs_is_referral_server(struct cifs_tcon *tcon, in cifs_is_referral_server()