Home
last modified time | relevance | path

Searched refs:cifs_pick_channel (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.c2508 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb311_posix_mkdir()
2843 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_open()
3059 server = cifs_pick_channel(ses); in SMB2_ioctl()
3207 struct TCP_Server_Info *server = cifs_pick_channel(ses); in __SMB2_close()
3404 server = cifs_pick_channel(ses); in query_info()
3562 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_change_notify()
3779 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_flush()
4023 rdata->server = cifs_pick_channel(tcon->ses); in smb2_async_readv()
4092 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4258 server = wdata->server = cifs_pick_channel(tcon->ses); in smb2_async_writev()
[all …]
H A Dsmb2ops.c1138 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_set_ea()
1517 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_ioctl_query_info()
2246 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_dir_first()
2511 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_query_info_compound()
2904 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_symlink()
3089 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_reparse_tag()
H A Dfile.c2351 server = cifs_pick_channel(cifs_sb_master_tcon(cifs_sb)->ses); in cifs_writepages()
2919 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_write_from_iter()
3650 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_send_async_read()
4073 server = cifs_pick_channel(tcon->ses); in cifs_read()
4417 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_readpages()
H A Dsmb2inode.c93 server = cifs_pick_channel(ses); in smb2_compound_op()
H A Dcifsproto.h99 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
H A Dtransport.c1007 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel() function