Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c2043 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_tcon()
2176 struct TCP_Server_Info *server = cifs_pick_channel(ses); in SMB2_tdis()
2842 server = cifs_pick_channel(ses); in smb311_posix_mkdir()
3199 server = cifs_pick_channel(ses); in SMB2_open()
3428 server = cifs_pick_channel(ses); in SMB2_ioctl()
3617 server = cifs_pick_channel(ses); in __SMB2_close()
3825 server = cifs_pick_channel(ses); in query_info()
4011 server = cifs_pick_channel(ses); in SMB2_change_notify()
4332 server = cifs_pick_channel(ses); in SMB2_flush()
4610 rdata->server = cifs_pick_channel(tcon->ses); in smb2_async_readv()
[all …]
H A Dlink.c594 server = cifs_pick_channel(pTcon->ses);
H A Dcached_dir.c179 server = cifs_pick_channel(ses); in open_cached_dir()
H A Dfile.c2854 server = cifs_pick_channel(cifs_sb_master_tcon(cifs_sb)->ses); in cifs_write_back_from_locked_folio()
3520 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_write_from_iter()
4055 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_send_async_read()
4436 server = cifs_pick_channel(tcon->ses); in cifs_read()
4638 server = cifs_pick_channel(tlink_tcon(open_file->tlink)->ses); in cifs_readahead()
H A Dcifsproto.h100 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
H A Dsmb2ops.c1135 server = cifs_pick_channel(ses); in smb2_set_ea()
1533 server = cifs_pick_channel(ses); in smb2_ioctl_query_info()
2279 server = cifs_pick_channel(tcon->ses); in smb2_query_dir_first()
2656 server = cifs_pick_channel(ses); in smb2_query_info_compound()
H A Dsmb2inode.c206 server = cifs_pick_channel(ses); in smb2_compound_op()
H A Dtransport.c1023 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel() function