Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb2pdu.c2641 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb311_posix_mkdir()
2984 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_open()
3204 server = cifs_pick_channel(ses); in SMB2_ioctl()
3362 struct TCP_Server_Info *server = cifs_pick_channel(ses); in __SMB2_close()
3559 server = cifs_pick_channel(ses); in query_info()
3723 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_change_notify()
4017 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_flush()
4264 rdata->server = cifs_pick_channel(tcon->ses); in smb2_async_readv()
4333 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4500 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.c1019 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_set_ea()
1401 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_ioctl_query_info()
2143 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_dir_first()
2454 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_query_info_compound()
2885 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_symlink()
3026 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