Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c2621 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb311_posix_mkdir()
2957 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_open()
3178 server = cifs_pick_channel(ses); in SMB2_ioctl()
3336 struct TCP_Server_Info *server = cifs_pick_channel(ses); in __SMB2_close()
3533 server = cifs_pick_channel(ses); in query_info()
3697 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_change_notify()
3997 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_flush()
4269 rdata->server = cifs_pick_channel(tcon->ses); in smb2_async_readv()
4344 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4514 server = wdata->server = cifs_pick_channel(tcon->ses); in smb2_async_writev()
[all …]
Dfile.c2751 server = cifs_pick_channel(cifs_sb_master_tcon(cifs_sb)->ses); in cifs_write_back_from_locked_folio()
3387 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_write_from_iter()
3922 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_send_async_read()
4303 server = cifs_pick_channel(tcon->ses); in cifs_read()
4505 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_readahead()
Dsmb2inode.c78 server = cifs_pick_channel(ses); in smb2_compound_op()
Dcifsproto.h100 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
Dsmb2ops.c1095 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_set_ea()
1469 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_ioctl_query_info()
2213 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_dir_first()
2528 struct TCP_Server_Info *server = cifs_pick_channel(ses); in smb2_query_info_compound()
2985 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); in smb2_query_reparse_point()
Dtransport.c1022 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel() function