Searched refs:compound_send_recv (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | smb2inode.c | 326 rc = compound_send_recv(xid, ses, flags, num_rqst - 2, in smb2_compound_op() 330 rc = compound_send_recv(xid, ses, flags, num_rqst, in smb2_compound_op()
|
D | transport.c | 990 compound_send_recv(const unsigned int xid, struct cifs_ses *ses, in compound_send_recv() function 1212 return compound_send_recv(xid, ses, flags, 1, rqst, resp_buf_type, in cifs_send_recv()
|
D | cifsproto.h | 101 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
|
D | smb2ops.c | 702 rc = compound_send_recv(xid, ses, flags, 2, rqst, in open_shroot() 1173 rc = compound_send_recv(xid, ses, flags, 3, rqst, in smb2_set_ea() 1516 rc = compound_send_recv(xid, ses, flags, 3, rqst, in smb2_ioctl_query_info() 2244 rc = compound_send_recv(xid, ses, flags, 3, rqst, in smb2_query_info_compound() 2661 rc = compound_send_recv(xid, tcon->ses, flags, 3, rqst, in smb2_query_symlink()
|