Lines Matching defs:tcon

342 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info)  in smb2_negotiate_wsize()
357 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize()
389 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
405 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize()
579 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon) in SMB3_request_interfaces()
671 int open_shroot(unsigned int xid, struct cifs_tcon *tcon, in open_shroot()
850 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon()
896 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb2_qfs_tcon()
925 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible()
961 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum()
970 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info()
1074 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_eas()
1130 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_ea()
1294 smb2_clear_stats(struct cifs_tcon *tcon) in smb2_clear_stats()
1305 smb2_dump_share_caps(struct seq_file *m, struct cifs_tcon *tcon) in smb2_dump_share_caps()
1338 smb2_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in smb2_print_stats()
1416 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, in smb2_close_file()
1423 smb2_close_getattr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_close_getattr()
1462 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_request_res_key()
1503 struct cifs_tcon *tcon, in smb2_ioctl_query_info()
1736 struct cifs_tcon *tcon; in smb2_copychunk_range() local
1856 smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon, in smb2_flush_file()
1904 static bool smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_sparse()
1951 smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_file_size()
1983 struct cifs_tcon *tcon = tlink_tcon(trgtfile->tlink); in smb2_duplicate_extents() local
2019 smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_compression()
2027 smb3_set_integrity(const unsigned int xid, struct cifs_tcon *tcon, in smb3_set_integrity()
2058 smb3_enum_snapshots(const unsigned int xid, struct cifs_tcon *tcon, in smb3_enum_snapshots()
2152 struct cifs_tcon *tcon; in smb3_notify() local
2202 smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_dir_first()
2321 smb2_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_dir_next()
2330 smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon, in smb2_close_dir()
2387 smb2_oplock_response(struct cifs_tcon *tcon, struct cifs_fid *fid, in smb2_oplock_response()
2415 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) in smb2_set_next_command()
2476 smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_info_compound()
2569 smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon, in smb2_queryfs()
2606 smb311_queryfs(const unsigned int xid, struct cifs_tcon *tcon, in smb311_queryfs()
2683 struct cifs_tcon *tcon; in smb2_get_dfs_refer() local
2865 smb2_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_symlink()
3054 smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_reparse_tag()
3216 struct cifs_tcon *tcon; in get_smb2_acl_by_path() local
3273 struct cifs_tcon *tcon; in set_smb2_acl() local
3340 static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon, in smb3_zero_range()
3409 static long smb3_punch_hole(struct file *file, struct cifs_tcon *tcon, in smb3_punch_hole()
3451 static long smb3_simple_falloc(struct file *file, struct cifs_tcon *tcon, in smb3_simple_falloc()
3540 static loff_t smb3_llseek(struct file *file, struct cifs_tcon *tcon, loff_t offset, int whence) in smb3_llseek()
3624 static int smb3_fiemap(struct cifs_tcon *tcon, in smb3_fiemap()
3699 static long smb3_fallocate(struct file *file, struct cifs_tcon *tcon, int mode, in smb3_fallocate()
4844 struct dentry *dentry, struct cifs_tcon *tcon, in smb2_make_node()