Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2pdu.c2489 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb311_posix_mkdir()
2824 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_open()
3042 server = cifs_pick_channel(ses); in SMB2_ioctl()
3190 struct TCP_Server_Info *server = cifs_pick_channel(ses); in __SMB2_close()
3387 server = cifs_pick_channel(ses); in query_info()
3545 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_change_notify()
3762 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_flush()
4006 rdata->server = cifs_pick_channel(tcon->ses); in smb2_async_readv()
4076 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4242 server = wdata->server = cifs_pick_channel(tcon->ses); in smb2_async_writev()
[all …]
Dsmb2inode.c93 server = cifs_pick_channel(ses); in smb2_compound_op()
Dsmb2ops.c1136 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_set_ea()
1512 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_ioctl_query_info()
2218 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_dir_first()
2483 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_query_info_compound()
2877 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_symlink()
3063 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_reparse_tag()
Dfile.c2347 server = cifs_pick_channel(cifs_sb_master_tcon(cifs_sb)->ses); in cifs_writepages()
2892 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_write_from_iter()
3620 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_send_async_read()
4034 server = cifs_pick_channel(tcon->ses); in cifs_read()
4378 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_readpages()
Dcifsproto.h99 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
Dtransport.c999 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel() function