Lines Matching refs:cifs_tcon
327 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize()
352 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize()
377 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
403 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize()
563 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon) in SMB3_request_interfaces()
636 int open_shroot(unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *pfid) in open_shroot()
798 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in smb3_qfs_tcon()
840 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in smb2_qfs_tcon()
867 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible()
905 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum()
914 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info()
1018 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_eas()
1074 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_ea()
1203 smb2_clear_stats(struct cifs_tcon *tcon) in smb2_clear_stats()
1214 smb2_dump_share_caps(struct seq_file *m, struct cifs_tcon *tcon) in smb2_dump_share_caps()
1247 smb2_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in smb2_print_stats()
1324 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, in smb2_close_file()
1331 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_request_res_key()
1362 struct cifs_tcon *tcon, in smb2_ioctl_query_info()
1588 struct cifs_tcon *tcon; in smb2_copychunk_range()
1708 smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon, in smb2_flush_file()
1756 static bool smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_sparse()
1803 smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_file_size()
1835 struct cifs_tcon *tcon = tlink_tcon(trgtfile->tlink); in smb2_duplicate_extents()
1871 smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_compression()
1879 smb3_set_integrity(const unsigned int xid, struct cifs_tcon *tcon, in smb3_set_integrity()
1910 smb3_enum_snapshots(const unsigned int xid, struct cifs_tcon *tcon, in smb3_enum_snapshots()
1993 smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_dir_first()
2037 smb2_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_dir_next()
2046 smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon, in smb2_close_dir()
2092 smb2_oplock_response(struct cifs_tcon *tcon, struct cifs_fid *fid, in smb2_oplock_response()
2120 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) in smb2_set_next_command()
2181 smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_info_compound()
2272 smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon, in smb2_queryfs()
2309 smb311_queryfs(const unsigned int xid, struct cifs_tcon *tcon, in smb311_queryfs()
2385 struct cifs_tcon *tcon; in smb2_get_dfs_refer()
2399 struct cifs_tcon, in smb2_get_dfs_refer()
2567 smb2_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_symlink()
2789 struct cifs_tcon *tcon; in get_smb2_acl_by_path()
2844 struct cifs_tcon *tcon; in set_smb2_acl()
2914 static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon, in smb3_zero_range()
2978 static long smb3_punch_hole(struct file *file, struct cifs_tcon *tcon, in smb3_punch_hole()
3014 static long smb3_simple_falloc(struct file *file, struct cifs_tcon *tcon, in smb3_simple_falloc()
3106 static loff_t smb3_llseek(struct file *file, struct cifs_tcon *tcon, loff_t offset, int whence) in smb3_llseek()
3190 static int smb3_fiemap(struct cifs_tcon *tcon, in smb3_fiemap()
3264 static long smb3_fallocate(struct file *file, struct cifs_tcon *tcon, int mode, in smb3_fallocate()
4343 struct dentry *dentry, struct cifs_tcon *tcon, in smb2_make_node()