Searched refs:cifs_pick_channel (Results 1 – 8 of 8) sorted by relevance
2043 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 …]
594 server = cifs_pick_channel(pTcon->ses);
179 server = cifs_pick_channel(ses); in open_cached_dir()
2854 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()
100 extern struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses);
1135 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()
206 server = cifs_pick_channel(ses); in smb2_compound_op()
1023 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel() function