Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.c2562 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb311_posix_mkdir()
2897 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_open()
3118 server = cifs_pick_channel(ses); in SMB2_ioctl()
3266 struct TCP_Server_Info *server = cifs_pick_channel(ses); in __SMB2_close()
3463 server = cifs_pick_channel(ses); in query_info()
3626 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_change_notify()
3843 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_flush()
4087 rdata->server = cifs_pick_channel(tcon->ses); in smb2_async_readv()
4156 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4322 server = wdata->server = cifs_pick_channel(tcon->ses); in smb2_async_writev()
[all …]
Dsmb2inode.c80 server = cifs_pick_channel(ses); in smb2_compound_op()
Dcifsproto.h99 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
Dfile.c2416 server = cifs_pick_channel(cifs_sb_master_tcon(cifs_sb)->ses); in cifs_writepages()
2967 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_write_from_iter()
3695 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_send_async_read()
4109 server = cifs_pick_channel(tcon->ses); in cifs_read()
4460 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_readpages()
Dsmb2ops.c1239 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_set_ea()
1618 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_ioctl_query_info()
2335 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_dir_first()
2642 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_query_info_compound()
3038 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_symlink()
3224 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_reparse_tag()
Dtransport.c1040 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel() function