Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2pdu.c2634 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb311_posix_mkdir()
2977 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_open()
3197 server = cifs_pick_channel(ses); in SMB2_ioctl()
3355 struct TCP_Server_Info *server = cifs_pick_channel(ses); in __SMB2_close()
3552 server = cifs_pick_channel(ses); in query_info()
3716 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_change_notify()
4010 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_flush()
4254 rdata->server = cifs_pick_channel(tcon->ses); in smb2_async_readv()
4323 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4490 server = wdata->server = cifs_pick_channel(tcon->ses); in smb2_async_writev()
[all …]
Dcifsproto.h95 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
Dsmb2inode.c89 server = cifs_pick_channel(ses); in smb2_compound_op()
Dfile.c2681 server = cifs_pick_channel(cifs_sb_master_tcon(cifs_sb)->ses); in cifs_writepages()
3258 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_write_from_iter()
3991 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_send_async_read()
4418 server = cifs_pick_channel(tcon->ses); in cifs_read()
4699 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_readahead()
Dsmb2ops.c998 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_set_ea()
1380 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_ioctl_query_info()
2122 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_dir_first()
2433 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_query_info_compound()
2864 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_symlink()
3005 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_reparse_tag()
Dtransport.c1034 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel() function