Searched refs:compound_send_recv (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | smb2inode.c | 617 rc = compound_send_recv(xid, ses, server, in smb2_compound_op() 626 rc = compound_send_recv(xid, ses, server, in smb2_compound_op()
|
H A D | transport.c | 1071 compound_send_recv(const unsigned int xid, struct cifs_ses *ses, in compound_send_recv() function 1310 return compound_send_recv(xid, ses, server, flags, 1, in cifs_send_recv()
|
H A D | cached_dir.c | 291 rc = compound_send_recv(xid, ses, server, in open_cached_dir()
|
H A D | smb2ops.c | 1264 rc = compound_send_recv(xid, ses, server, in smb2_set_ea() 1681 rc = compound_send_recv(xid, ses, server, in smb2_ioctl_query_info() 2335 rc = compound_send_recv(xid, tcon->ses, server, in smb2_query_dir_first() 2747 rc = compound_send_recv(xid, ses, server, in smb2_query_info_compound() 2751 rc = compound_send_recv(xid, ses, server, in smb2_query_info_compound()
|
H A D | cifsproto.h | 105 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
|