fs/smb/client/cached_dir.c
134
int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cached_dir.c
414
int open_cached_dir_by_dentry(struct cifs_tcon *tcon,
fs/smb/client/cached_dir.c
474
void drop_cached_dir_by_name(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cached_dir.c
542
struct cifs_tcon *tcon;
fs/smb/client/cached_dir.c
596
void invalidate_all_cached_dirs(struct cifs_tcon *tcon)
fs/smb/client/cached_dir.c
636
struct cifs_tcon *tcon = cfid->tcon;
fs/smb/client/cached_dir.c
661
bool cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16])
fs/smb/client/cached_dir.h
47
struct cifs_tcon *tcon;
fs/smb/client/cached_dir.h
84
int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, const char *path,
fs/smb/client/cached_dir.h
87
int open_cached_dir_by_dentry(struct cifs_tcon *tcon, struct dentry *dentry,
fs/smb/client/cached_dir.h
90
void drop_cached_dir_by_name(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cached_dir.h
93
void invalidate_all_cached_dirs(struct cifs_tcon *tcon);
fs/smb/client/cached_dir.h
94
bool cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]);
fs/smb/client/cifs_debug.c
225
struct cifs_tcon *tcon;
fs/smb/client/cifs_debug.c
304
struct cifs_tcon *tcon;
fs/smb/client/cifs_debug.c
320
tcon = list_entry(tmp1, struct cifs_tcon, tcon_list);
fs/smb/client/cifs_debug.c
397
struct cifs_tcon *tcon;
fs/smb/client/cifs_debug.c
748
struct cifs_tcon *tcon;
fs/smb/client/cifs_debug.c
76
static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon)
fs/smb/client/cifs_debug.c
808
struct cifs_tcon *tcon;
fs/smb/client/cifs_swn.c
249
static struct cifs_swn_reg *cifs_find_swn_reg(struct cifs_tcon *tcon)
fs/smb/client/cifs_swn.c
302
static struct cifs_swn_reg *cifs_get_swn_reg(struct cifs_tcon *tcon)
fs/smb/client/cifs_swn.c
32
struct cifs_tcon *tcon;
fs/smb/client/cifs_swn.c
35
static int cifs_swn_auth_info_krb(struct cifs_tcon *tcon, struct sk_buff *skb)
fs/smb/client/cifs_swn.c
459
static int cifs_swn_reconnect(struct cifs_tcon *tcon, struct sockaddr_storage *addr)
fs/smb/client/cifs_swn.c
46
static int cifs_swn_auth_info_ntlm(struct cifs_tcon *tcon, struct sk_buff *skb)
fs/smb/client/cifs_swn.c
585
int cifs_swn_register(struct cifs_tcon *tcon)
fs/smb/client/cifs_swn.c
603
int cifs_swn_unregister(struct cifs_tcon *tcon)
fs/smb/client/cifs_swn.h
12
struct cifs_tcon;
fs/smb/client/cifs_swn.h
17
int cifs_swn_register(struct cifs_tcon *tcon);
fs/smb/client/cifs_swn.h
19
int cifs_swn_unregister(struct cifs_tcon *tcon);
fs/smb/client/cifs_swn.h
43
static inline int cifs_swn_register(struct cifs_tcon *tcon) { return 0; }
fs/smb/client/cifs_swn.h
44
static inline int cifs_swn_unregister(struct cifs_tcon *tcon) { return 0; }
fs/smb/client/cifsacl.c
1444
struct cifs_tcon *tcon;
fs/smb/client/cifsacl.c
1508
struct cifs_tcon *tcon;
fs/smb/client/cifsacl.c
1717
struct cifs_tcon *pTcon;
fs/smb/client/cifsacl.c
1780
struct cifs_tcon *pTcon;
fs/smb/client/cifsfs.c
1106
struct cifs_tcon *tcon;
fs/smb/client/cifsfs.c
1266
struct cifs_tcon *src_tcon,
fs/smb/client/cifsfs.c
1338
struct cifs_tcon *target_tcon, *src_tcon;
fs/smb/client/cifsfs.c
135
struct cifs_tcon *tcon;
fs/smb/client/cifsfs.c
1465
struct cifs_tcon *src_tcon;
fs/smb/client/cifsfs.c
1466
struct cifs_tcon *target_tcon;
fs/smb/client/cifsfs.c
230
struct cifs_tcon *tcon;
fs/smb/client/cifsfs.c
358
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/cifsfs.c
398
struct cifs_tcon *tcon = cifs_sb_master_tcon(CIFS_SB(file));
fs/smb/client/cifsfs.c
643
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/cifsfs.c
849
struct cifs_tcon *tcon;
fs/smb/client/cifsfs.c
893
struct cifs_tcon *tcon;
fs/smb/client/cifsglob.h
1063
struct cifs_tcon *tcon_ipc;
fs/smb/client/cifsglob.h
1317
struct cifs_tcon *tl_tcon;
fs/smb/client/cifsglob.h
1323
static inline struct cifs_tcon *
fs/smb/client/cifsglob.h
1346
struct cifs_tcon *cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb);
fs/smb/client/cifsglob.h
1401
struct cifs_tcon *tcon;
fs/smb/client/cifsglob.h
1478
struct cifs_tcon *tcon;
fs/smb/client/cifsglob.h
1656
static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
1666
static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
1745
struct cifs_tcon *tcon;
fs/smb/client/cifsglob.h
1819
struct cifs_tcon *tcon;
fs/smb/client/cifsglob.h
2188
static inline bool is_tcon_dfs(struct cifs_tcon *tcon)
fs/smb/client/cifsglob.h
2203
static inline bool cifs_is_referral_server(struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
301
struct cifs_tcon;
fs/smb/client/cifsglob.h
352
void (*clear_stats)(struct cifs_tcon *);
fs/smb/client/cifsglob.h
353
void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
fs/smb/client/cifsglob.h
354
void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
fs/smb/client/cifsglob.h
373
unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
fs/smb/client/cifsglob.h
375
unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
fs/smb/client/cifsglob.h
384
struct cifs_tcon *, const struct nls_table *);
fs/smb/client/cifsglob.h
386
int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
fs/smb/client/cifsglob.h
392
void (*qfs_tcon)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
395
int (*query_server_interfaces)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
398
int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
402
struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
407
int (*query_file_info)(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
411
struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
417
int (*get_srv_inum)(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
421
int (*set_path_size)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
425
int (*set_file_size)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
430
int (*set_compression)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
438
umode_t mode, struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
442
struct cifs_tcon *tcon, const char *name,
fs/smb/client/cifsglob.h
446
struct cifs_sb_info *, struct cifs_tcon *,
fs/smb/client/cifsglob.h
449
int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *,
fs/smb/client/cifsglob.h
452
int (*unlink)(const unsigned int, struct cifs_tcon *, const char *,
fs/smb/client/cifsglob.h
459
struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
465
struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
471
struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
481
int (*close)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
484
int (*close_getattr)(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
487
int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
fs/smb/client/cifsglob.h
501
int (*query_dir_first)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
506
int (*query_dir_next)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
510
int (*close_dir)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
519
int (*oplock_response)(struct cifs_tcon *tcon, __u64 persistent_fid,
fs/smb/client/cifsglob.h
524
int (*queryfs)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
542
int (*set_integrity)(const unsigned int, struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
544
int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
548
int (*query_mf_symlink)(unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
551
int (*create_mf_symlink)(unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
570
int (*validate_negotiate)(const unsigned int, struct cifs_tcon *);
fs/smb/client/cifsglob.h
571
ssize_t (*query_all_EAs)(const unsigned int, struct cifs_tcon *,
fs/smb/client/cifsglob.h
574
int (*set_EA)(const unsigned int, struct cifs_tcon *, const char *,
fs/smb/client/cifsglob.h
594
long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
fs/smb/client/cifsglob.h
608
struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
616
struct cifs_tcon *tcon,
fs/smb/client/cifsglob.h
621
int (*fiemap)(struct cifs_tcon *tcon, struct cifsFileInfo *,
fs/smb/client/cifsglob.h
624
loff_t (*llseek)(struct file *, struct cifs_tcon *, loff_t, int);
fs/smb/client/cifsglob.h
634
struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
144
int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, int flags,
fs/smb/client/cifsproto.h
149
int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
fs/smb/client/cifsproto.h
151
int cifs_get_hardlink_path(struct cifs_tcon *tcon, struct inode *inode,
fs/smb/client/cifsproto.h
241
void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
fs/smb/client/cifsproto.h
242
void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
fs/smb/client/cifsproto.h
264
void cifs_close_all_deferred_files(struct cifs_tcon *tcon);
fs/smb/client/cifsproto.h
267
void cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
276
void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
fs/smb/client/cifsproto.h
287
int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon);
fs/smb/client/cifsproto.h
305
struct cifs_tcon *tcon_info_alloc(bool dir_leases_enabled,
fs/smb/client/cifsproto.h
307
void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
fs/smb/client/cifsproto.h
321
int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
329
struct cifs_tcon *cifs_setup_ipc(struct cifs_ses *ses, bool seal);
fs/smb/client/cifsproto.h
339
int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
343
int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
380
int SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
385
int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
fs/smb/client/cifsproto.h
389
struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon);
fs/smb/client/cifsproto.h
398
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
402
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
419
struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
424
struct cifs_tcon *tcon,
fs/smb/client/cifsproto.h
81
struct cifs_tcon *tcon, int add_treename);
fs/smb/client/cifssmb.c
1004
struct cifs_tcon *tcon, const char *name,
fs/smb/client/cifssmb.c
1049
CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
1233
SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
1349
struct cifs_tcon *tcon = oparms->tcon;
fs/smb/client/cifssmb.c
1467
struct cifs_tcon *tcon = tlink_tcon(rdata->req->cfile->tlink);
fs/smb/client/cifssmb.c
1580
struct cifs_tcon *tcon = tlink_tcon(rdata->req->cfile->tlink);
fs/smb/client/cifssmb.c
1658
struct cifs_tcon *tcon = io_parms->tcon;
fs/smb/client/cifssmb.c
1769
struct cifs_tcon *tcon = io_parms->tcon;
fs/smb/client/cifssmb.c
1886
struct cifs_tcon *tcon = tlink_tcon(wdata->req->cfile->tlink);
fs/smb/client/cifssmb.c
1964
struct cifs_tcon *tcon = tlink_tcon(wdata->req->cfile->tlink);
fs/smb/client/cifssmb.c
2052
struct cifs_tcon *tcon = io_parms->tcon;
fs/smb/client/cifssmb.c
2147
int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2195
CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2267
CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
227
small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2401
CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id)
fs/smb/client/cifssmb.c
2438
CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id)
fs/smb/client/cifssmb.c
2462
int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2529
int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon,
fs/smb/client/cifssmb.c
2614
CIFSUnixCreateSymLink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2702
CIFSUnixCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2786
struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
280
__smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2858
CIFSSMBUnixQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
2954
struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
308
smb_init(int smb_command, int wct, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3087
struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3208
CIFSSMB_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
321
smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3438
int cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3532
int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3609
int cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3617
int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3627
CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3723
const int parm_len, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
3807
CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid,
fs/smb/client/cifssmb.c
3899
CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid,
fs/smb/client/cifssmb.c
3965
SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4035
CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4107
CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4211
CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4282
CIFSSMBUnixQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4367
CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4520
int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4648
CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4683
CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4897
SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
4987
CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5077
CIFSSMBQFSAttributeInfo(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/cifssmb.c
5150
CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/cifssmb.c
5225
CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/cifssmb.c
5298
CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon, __u64 cap)
fs/smb/client/cifssmb.c
5373
CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
542
const char *tree, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5476
CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5567
CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5645
SMBSetInformation(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5710
CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5775
CIFSSMBSetFileDisposition(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5832
CIFSSMBSetPathInfoFB(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5864
CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
5996
CIFSSMBUnixSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
6062
CIFSSMBUnixSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
6148
CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
6339
CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
678
CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/cifssmb.c
72
cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command)
fs/smb/client/cifssmb.c
836
CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/cifssmb.c
912
CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
fs/smb/client/cifssmb.c
958
CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
fs/smb/client/compress.c
279
bool should_compress(const struct cifs_tcon *tcon, const struct smb_rqst *rq)
fs/smb/client/compress.h
35
bool should_compress(const struct cifs_tcon *tcon, const struct smb_rqst *rq);
fs/smb/client/connect.c
107
struct cifs_tcon *tcon = container_of(work,
fs/smb/client/connect.c
108
struct cifs_tcon,
fs/smb/client/connect.c
2024
struct cifs_tcon *cifs_setup_ipc(struct cifs_ses *ses, bool seal)
fs/smb/client/connect.c
2027
struct cifs_tcon *tcon;
fs/smb/client/connect.c
208
struct cifs_tcon *tcon;
fs/smb/client/connect.c
2101
struct cifs_tcon *tcon;
fs/smb/client/connect.c
2340
struct cifs_tcon *ipc;
fs/smb/client/connect.c
2537
static int match_tcon(struct cifs_tcon *tcon, struct smb3_fs_context *ctx)
fs/smb/client/connect.c
2568
static struct cifs_tcon *
fs/smb/client/connect.c
2571
struct cifs_tcon *tcon;
fs/smb/client/connect.c
2592
cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace)
fs/smb/client/connect.c
2676
static struct cifs_tcon *
fs/smb/client/connect.c
2679
struct cifs_tcon *tcon;
fs/smb/client/connect.c
2971
struct cifs_tcon *tcon,
fs/smb/client/connect.c
3002
struct cifs_tcon *tcon;
fs/smb/client/connect.c
3597
struct cifs_tcon *tcon = NULL;
fs/smb/client/connect.c
3683
struct cifs_tcon *tcon)
fs/smb/client/connect.c
3715
struct cifs_tcon *tcon,
fs/smb/client/connect.c
3770
struct cifs_tcon *tcon = mnt_ctx->tcon;
fs/smb/client/connect.c
3974
struct cifs_tcon *tcon = NULL;
fs/smb/client/connect.c
4198
static struct cifs_tcon *
fs/smb/client/connect.c
4202
struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/connect.c
4204
struct cifs_tcon *tcon = NULL;
fs/smb/client/connect.c
4299
struct cifs_tcon *
fs/smb/client/connect.c
4490
int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/dfs.c
206
struct cifs_tcon *tcon;
fs/smb/client/dfs.c
337
struct cifs_tcon *tcon,
fs/smb/client/dfs.c
386
int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/dfs.h
133
struct cifs_tcon *tcon)
fs/smb/client/dfs_cache.c
1096
static bool target_share_equal(struct cifs_tcon *tcon, const char *s1)
fs/smb/client/dfs_cache.c
1123
static bool is_ses_good(struct cifs_tcon *tcon, struct cifs_ses *ses)
fs/smb/client/dfs_cache.c
1126
struct cifs_tcon *ipc = NULL;
fs/smb/client/dfs_cache.c
1179
static void refresh_ses_referral(struct cifs_tcon *tcon, struct cifs_ses *ses)
fs/smb/client/dfs_cache.c
1211
static int __refresh_tcon_referral(struct cifs_tcon *tcon,
fs/smb/client/dfs_cache.c
1253
static void refresh_tcon_referral(struct cifs_tcon *tcon, bool force_refresh)
fs/smb/client/dfs_cache.c
1312
struct cifs_tcon *tcon;
fs/smb/client/dfs_cache.c
1345
struct cifs_tcon *tcon;
fs/smb/client/dfs_cache.c
1348
tcon = container_of(work, struct cifs_tcon, dfs_cache_work.work);
fs/smb/client/dir.c
142
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/dir.c
154
check_name(struct dentry *direntry, struct cifs_tcon *tcon)
fs/smb/client/dir.c
186
struct cifs_tcon *tcon = tlink_tcon(tlink);
fs/smb/client/dir.c
40
struct cifs_tcon *tcon, int add_treename)
fs/smb/client/dir.c
471
struct cifs_tcon *tcon;
fs/smb/client/dir.c
586
struct cifs_tcon *tcon;
fs/smb/client/dir.c
629
struct cifs_tcon *tcon;
fs/smb/client/dir.c
680
struct cifs_tcon *pTcon;
fs/smb/client/dir.c
74
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/dir.c
843
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/file.c
1014
struct cifs_tcon *tcon;
fs/smb/client/file.c
1194
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
1227
struct cifs_tcon *tcon;
fs/smb/client/file.c
1480
cifs_reopen_persistent_handles(struct cifs_tcon *tcon)
fs/smb/client/file.c
1515
struct cifs_tcon *tcon;
fs/smb/client/file.c
1808
struct cifs_tcon *tcon;
fs/smb/client/file.c
1900
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
1991
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
2073
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
2146
cifs_get_hardlink_path(struct cifs_tcon *tcon, struct inode *inode,
fs/smb/client/file.c
2192
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
2300
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
2394
struct cifs_tcon *tcon;
fs/smb/client/file.c
2443
struct cifs_tcon *tcon;
fs/smb/client/file.c
2687
cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
fs/smb/client/file.c
2720
cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
fs/smb/client/file.c
2789
struct cifs_tcon *tcon;
fs/smb/client/file.c
2902
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
3003
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/file.c
3161
struct cifs_tcon *tcon;
fs/smb/client/file.c
370
cifs_mark_open_files_invalid(struct cifs_tcon *tcon)
fs/smb/client/file.c
488
struct cifs_tcon *tcon;
fs/smb/client/file.c
542
struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock,
fs/smb/client/file.c
666
struct cifs_tcon *tcon = tlink_tcon(tlink);
fs/smb/client/file.c
795
struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink);
fs/smb/client/file.c
856
struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink);
fs/smb/client/file.c
948
struct cifs_tcon *tcon;
fs/smb/client/file.c
976
struct cifs_tcon *tcon;
fs/smb/client/fs_context.h
401
struct cifs_tcon *tcon)
fs/smb/client/fs_context.h
413
struct cifs_tcon *tcon)
fs/smb/client/fs_context.h
425
struct cifs_tcon *tcon)
fs/smb/client/fscache.c
114
void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon)
fs/smb/client/fscache.c
133
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/fscache.c
26
struct cifs_tcon *tcon,
fs/smb/client/fscache.c
35
int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon)
fs/smb/client/fscache.h
41
int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon);
fs/smb/client/fscache.h
42
void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon);
fs/smb/client/fscache.h
46
int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon);
fs/smb/client/fscache.h
47
void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon);
fs/smb/client/fscache.h
94
static inline int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) { return 0; }
fs/smb/client/fscache.h
95
static inline void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) {}
fs/smb/client/inode.c
1062
struct cifs_tcon *tcon,
fs/smb/client/inode.c
1100
static void cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb,
fs/smb/client/inode.c
1158
struct cifs_tcon *tcon,
fs/smb/client/inode.c
1266
struct cifs_tcon *tcon;
fs/smb/client/inode.c
1455
struct cifs_tcon *tcon;
fs/smb/client/inode.c
1654
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
1799
struct cifs_tcon *tcon;
fs/smb/client/inode.c
1943
struct cifs_tcon *tcon;
fs/smb/client/inode.c
2097
struct cifs_tcon *tcon, const unsigned int xid)
fs/smb/client/inode.c
2192
struct cifs_tcon *tcon, const unsigned int xid)
fs/smb/client/inode.c
2260
struct cifs_tcon *tcon;
fs/smb/client/inode.c
2338
struct cifs_tcon *tcon;
fs/smb/client/inode.c
2419
struct cifs_tcon *tcon;
fs/smb/client/inode.c
2503
struct cifs_tcon *tcon;
fs/smb/client/inode.c
2690
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
2896
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
2973
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
3031
struct cifs_tcon *tcon = NULL;
fs/smb/client/inode.c
3106
struct cifs_tcon *pTcon;
fs/smb/client/inode.c
3462
struct cifs_tcon *pTcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
400
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/inode.c
436
struct cifs_tcon *tcon;
fs/smb/client/inode.c
44
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
524
struct cifs_tcon *tcon;
fs/smb/client/inode.c
712
struct cifs_tcon *tcon;
fs/smb/client/inode.c
834
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
892
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/inode.c
971
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/ioctl.c
116
static long smb_mnt_get_tcon_info(struct cifs_tcon *tcon, void __user *arg)
fs/smb/client/ioctl.c
130
static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/ioctl.c
170
struct cifs_tcon *tcon;
fs/smb/client/ioctl.c
236
static int cifs_dump_full_key(struct cifs_tcon *tcon, struct smb3_full_key_debug_info __user *in)
fs/smb/client/ioctl.c
30
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/ioctl.c
355
struct cifs_tcon *tcon;
fs/smb/client/link.c
136
create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/link.c
170
check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/link.c
227
cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/link.c
272
cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/link.c
312
smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/link.c
375
smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/link.c
450
struct cifs_tcon *tcon;
fs/smb/client/link.c
550
struct cifs_tcon *pTcon;
fs/smb/client/misc.c
1015
struct cifs_tcon *tcon,
fs/smb/client/misc.c
120
struct cifs_tcon *
fs/smb/client/misc.c
123
struct cifs_tcon *ret_buf;
fs/smb/client/misc.c
171
tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace)
fs/smb/client/misc.c
286
struct cifs_tcon *tcon = NULL;
fs/smb/client/misc.c
33
struct cifs_tcon *tcon;
fs/smb/client/misc.c
530
cifs_close_all_deferred_files(struct cifs_tcon *tcon)
fs/smb/client/misc.c
566
struct cifs_tcon *tcon;
fs/smb/client/misc.c
599
void cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon,
fs/smb/client/misc.c
895
struct cifs_tcon *t1 = sd->data, *t2;
fs/smb/client/misc.c
946
struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon)
fs/smb/client/namespace.c
123
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/namespace.c
136
struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
fs/smb/client/readdir.c
1054
struct cifs_tcon *tcon;
fs/smb/client/readdir.c
353
struct cifs_tcon *tcon;
fs/smb/client/readdir.c
685
find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos,
fs/smb/client/reparse.c
18
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
23
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
256
struct cifs_tcon *tcon;
fs/smb/client/reparse.c
28
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
38
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
386
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
456
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
54
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
658
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.c
707
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.h
134
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/reparse.h
137
struct cifs_tcon *tcon, const char *full_path, umode_t mode,
fs/smb/client/smb1misc.c
18
const struct cifs_tcon *treeCon, int word_count
fs/smb/client/smb1misc.c
72
struct cifs_tcon *tcon;
fs/smb/client/smb1ops.c
1115
cifs_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1122
cifs_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1137
cifs_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1145
cifs_close_dir(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1151
static int cifs_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid,
fs/smb/client/smb1ops.c
1164
cifs_queryfs(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1205
cifs_unix_dfs_readlink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1229
struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1287
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
1354
struct cifs_tcon *tcon;
fs/smb/client/smb1ops.c
21
void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
424
smb1_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx)
fs/smb/client/smb1ops.c
459
smb1_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx)
fs/smb/client/smb1ops.c
500
cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
508
cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
530
struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
737
static int cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
763
static int cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
789
cifs_clear_stats(struct cifs_tcon *tcon)
fs/smb/client/smb1ops.c
815
cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon)
fs/smb/client/smb1ops.c
852
struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
912
cifs_close_file(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
919
cifs_flush_file(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1ops.c
960
struct cifs_tcon *tcon;
fs/smb/client/smb1proto.h
101
int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
104
int CIFSSMBUnixQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
108
int cifs_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
115
struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
119
int CIFSSMB_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
121
int cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
125
int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
129
int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
131
int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
134
int CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
137
int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
140
int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
142
int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
146
int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
148
int CIFSSMBUnixQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
152
int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
156
int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
159
int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
161
int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
169
int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
171
int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
173
int CIFSSMBQFSAttributeInfo(const unsigned int xid, struct cifs_tcon *tcon);
fs/smb/client/smb1proto.h
174
int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
fs/smb/client/smb1proto.h
175
int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
fs/smb/client/smb1proto.h
176
int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
178
int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
180
int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
184
int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
187
int SMBSetInformation(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
191
int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
194
int CIFSSMBSetFileDisposition(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
197
int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
201
int CIFSSMBUnixSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
204
int CIFSSMBUnixSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
208
ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
212
int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
244
const struct cifs_tcon *treeCon, int word_count);
fs/smb/client/smb1proto.h
254
void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
36
struct cifs_tcon *tcon, const struct nls_table *nls_codepage);
fs/smb/client/smb1proto.h
37
int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
fs/smb/client/smb1proto.h
40
int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
43
int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
46
int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
49
struct cifs_tcon *tcon, const char *name,
fs/smb/client/smb1proto.h
51
int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
56
int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
71
int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
75
int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
80
int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
85
int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
87
int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
89
int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
92
int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon,
fs/smb/client/smb1proto.h
95
int CIFSUnixCreateSymLink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb1proto.h
98
int CIFSUnixCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2file.c
267
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/smb2file.c
371
struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
fs/smb/client/smb2inode.c
1128
struct cifs_tcon *tcon, const char *name,
fs/smb/client/smb2inode.c
1143
struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
1171
smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
fs/smb/client/smb2inode.c
1186
smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
fs/smb/client/smb2inode.c
1298
static int smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
1330
struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
1353
struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
1366
smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
1407
struct cifs_tcon *tcon;
fs/smb/client/smb2inode.c
1436
struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
1516
struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
1585
struct cifs_tcon *tcon;
fs/smb/client/smb2inode.c
175
static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2inode.c
951
struct cifs_tcon *tcon,
fs/smb/client/smb2misc.c
533
smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp)
fs/smb/client/smb2misc.c
572
smb2_tcon_find_pending_open_lease(struct cifs_tcon *tcon,
fs/smb/client/smb2misc.c
606
struct cifs_tcon *tcon;
fs/smb/client/smb2misc.c
680
struct cifs_tcon *tcon;
fs/smb/client/smb2misc.c
759
struct cifs_tcon *tcon = cancelled->tcon;
fs/smb/client/smb2misc.c
786
__smb2_handle_cancelled_cmd(struct cifs_tcon *tcon, __u16 cmd, __u64 mid,
fs/smb/client/smb2misc.c
807
smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid,
fs/smb/client/smb2misc.c
849
struct cifs_tcon *tcon;
fs/smb/client/smb2ops.c
1012
static int smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1020
static int smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1121
smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1170
smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1364
smb2_clear_stats(struct cifs_tcon *tcon)
fs/smb/client/smb2ops.c
1375
smb2_dump_share_caps(struct seq_file *m, struct cifs_tcon *tcon)
fs/smb/client/smb2ops.c
1408
smb2_print_stats(struct seq_file *m, struct cifs_tcon *tcon)
fs/smb/client/smb2ops.c
1488
smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1495
smb2_close_getattr(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1534
SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1567
struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
1829
calc_chunk_count(struct cifs_tcon *tcon, u64 bytes_left)
fs/smb/client/smb2ops.c
1875
struct cifs_tcon *tcon;
fs/smb/client/smb2ops.c
2055
smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2103
static bool smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2149
smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2181
struct cifs_tcon *tcon = tlink_tcon(trgtfile->tlink);
fs/smb/client/smb2ops.c
2231
smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2239
smb3_set_integrity(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2269
smb3_enum_snapshots(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2363
struct cifs_tcon *tcon;
fs/smb/client/smb2ops.c
2436
smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2578
smb2_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2587
smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2659
struct cifs_tcon *tcon;
fs/smb/client/smb2ops.c
2688
static int smb2_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid,
fs/smb/client/smb2ops.c
2735
smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst)
fs/smb/client/smb2ops.c
2785
bool smb2_should_replay(struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2812
smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
2972
smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3009
smb311_queryfs(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3093
struct cifs_tcon *tcon;
fs/smb/client/smb2ops.c
3108
struct cifs_tcon,
fs/smb/client/smb2ops.c
3227
struct cifs_tcon *tcon;
fs/smb/client/smb2ops.c
3292
struct cifs_tcon *tcon;
fs/smb/client/smb2ops.c
3362
static long smb3_zero_data(struct file *file, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3380
static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3454
static long smb3_punch_hole(struct file *file, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3520
struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3557
struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3640
static long smb3_simple_falloc(struct file *file, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3765
static long smb3_collapse_range(struct file *file, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3818
static long smb3_insert_range(struct file *file, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
3872
static loff_t smb3_llseek(struct file *file, struct cifs_tcon *tcon, loff_t offset, int whence)
fs/smb/client/smb2ops.c
3956
static int smb3_fiemap(struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
4031
static long smb3_fallocate(struct file *file, struct cifs_tcon *tcon, int mode,
fs/smb/client/smb2ops.c
482
smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx)
fs/smb/client/smb2ops.c
497
smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx)
fs/smb/client/smb2ops.c
5181
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
5303
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
532
smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx)
fs/smb/client/smb2ops.c
5330
struct dentry *dentry, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
548
smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx)
fs/smb/client/smb2ops.c
818
SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount)
fs/smb/client/smb2ops.c
872
smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
917
smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2ops.c
948
smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
1328
int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/smb2pdu.c
2077
static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code)
fs/smb/client/smb2pdu.c
2085
static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon)
fs/smb/client/smb2pdu.c
2094
struct cifs_tcon *tcon, const struct nls_table *cp)
fs/smb/client/smb2pdu.c
2234
SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon)
fs/smb/client/smb2pdu.c
250
smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
2881
umode_t mode, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
3069
SMB2_open_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2pdu.c
3258
struct cifs_tcon *tcon = oparms->tcon;
fs/smb/client/smb2pdu.c
3363
SMB2_ioctl_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2pdu.c
3469
SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
fs/smb/client/smb2pdu.c
3614
SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
3636
SMB2_close_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2pdu.c
3670
__SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
3765
SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
3827
SMB2_query_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2pdu.c
3876
query_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
3982
int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
3993
SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
4005
SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
4022
struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2pdu.c
4054
SMB2_change_notify(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
4177
struct cifs_tcon *tcon)
fs/smb/client/smb2pdu.c
4196
struct cifs_tcon *tcon, *tcon2;
fs/smb/client/smb2pdu.c
4376
struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2pdu.c
4399
SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
fs/smb/client/smb2pdu.c
4469
struct cifs_tcon *tcon = io_parms->tcon;
fs/smb/client/smb2pdu.c
4597
struct cifs_tcon *tcon = tlink_tcon(rdata->req->cfile->tlink);
fs/smb/client/smb2pdu.c
4754
struct cifs_tcon *tcon = tlink_tcon(rdata->req->cfile->tlink);
fs/smb/client/smb2pdu.c
4934
struct cifs_tcon *tcon = tlink_tcon(wdata->req->cfile->tlink);
fs/smb/client/smb2pdu.c
5069
struct cifs_tcon *tcon = tlink_tcon(wdata->req->cfile->tlink);
fs/smb/client/smb2pdu.c
528
fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
5503
struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
554
static int __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
5583
smb2_parse_query_directory(struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
5658
SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
5746
SMB2_set_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2pdu.c
5796
send_set_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
586
static int smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
5873
SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
fs/smb/client/smb2pdu.c
5893
SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
5903
SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
5913
SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
600
static int smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
6011
build_qfs_info_req(struct kvec *iov, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
6051
SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
6120
SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
6223
smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
6299
SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
6316
SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2pdu.c
78
int smb3_encryption_required(const struct cifs_tcon *tcon)
fs/smb/client/smb2pdu.c
96
const struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
114
void smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst);
fs/smb/client/smb2proto.h
117
bool smb2_should_replay(struct cifs_tcon *tcon, int *pretries,
fs/smb/client/smb2proto.h
131
struct cifs_tcon *tcon, const struct nls_table *cp);
fs/smb/client/smb2proto.h
132
int SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon);
fs/smb/client/smb2proto.h
137
int SMB2_open_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2proto.h
141
int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
145
int SMB2_ioctl_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2proto.h
150
int SMB2_change_notify(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
155
int __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
158
int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
160
int SMB2_close_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2proto.h
164
int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
167
struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2proto.h
170
int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
173
int SMB2_query_info_init(struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
179
int SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
182
int SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
191
int SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
194
int SMB2_query_directory_init(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
199
int SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
202
int SMB2_set_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server,
fs/smb/client/smb2proto.h
207
int SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
210
int SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
213
int SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
215
int SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
218
int smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid,
fs/smb/client/smb2proto.h
223
int SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
226
int SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
228
int SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
232
int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
236
int SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
238
int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon);
fs/smb/client/smb2proto.h
247
int smb3_encryption_required(const struct cifs_tcon *tcon);
fs/smb/client/smb2proto.h
259
int smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
43
struct cifs_tcon *smb2_find_smb_tcon(struct TCP_Server_Info *server,
fs/smb/client/smb2proto.h
52
struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
56
int smb2_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
60
int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
63
int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
70
umode_t mode, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
73
umode_t mode, struct cifs_tcon *tcon, const char *name,
fs/smb/client/smb2proto.h
76
struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
78
int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
80
int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
83
int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
86
int smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
89
int smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2proto.h
93
int smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
fs/smb/client/smb2transport.c
171
static struct cifs_tcon *
fs/smb/client/smb2transport.c
174
struct cifs_tcon *tcon;
fs/smb/client/smb2transport.c
193
struct cifs_tcon *
fs/smb/client/smb2transport.c
197
struct cifs_tcon *tcon;
fs/smb/client/xattr.c
104
struct cifs_tcon *pTcon;
fs/smb/client/xattr.c
280
struct cifs_tcon *pTcon;
fs/smb/client/xattr.c
394
struct cifs_tcon *pTcon;
fs/smb/client/xattr.c
45
static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon,
fs/smb/client/xattr.c
69
static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon,