Searched refs:smbd_send (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.h | 272 int smbd_send(struct TCP_Server_Info *server, 313 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {return -1; } in smbd_send() function
|
H A D | transport.c | 331 rc = smbd_send(server, num_rqst, rqst); in __smb_send_rqst()
|
H A D | smbdirect.c | 1986 int smbd_send(struct TCP_Server_Info *server, in smbd_send() function
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.h | 276 int smbd_send(struct TCP_Server_Info *server, 316 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {return -1; } in smbd_send() function
|
H A D | transport.c | 291 rc = smbd_send(server, num_rqst, rqst); in __smb_send_rqst()
|
H A D | smbdirect.c | 1954 int smbd_send(struct TCP_Server_Info *server, in smbd_send() function
|
Completed in 11 milliseconds