Home
last modified time | relevance | path

Searched refs:bytes_returned (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/cifs/
Dcifssmb.c580 int bytes_returned; in CIFSSMBNegotiate() local
618 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate()
837 int bytes_returned = 0; in CIFSPOSIXDelFile() local
890 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile()
910 int bytes_returned; in CIFSSMBDelFile() local
937 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile()
956 int bytes_returned; in CIFSSMBRmDir() local
983 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir()
1001 int bytes_returned; in CIFSSMBMkDir() local
1028 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir()
[all …]
Dtransport.c1102 int bytes_returned; in send_lock_cancel() local
1116 &bytes_returned, 0); in send_lock_cancel()
Dcifsproto.h124 int *bytes_returned);
/Linux-v4.19/drivers/scsi/
Dhptiop.h247 __le32 bytes_returned; member
347 u32 *bytes_returned; member
Dhptiop.c832 if (arg->bytes_returned) in hptiop_iop_request_callback_itl()
833 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()
/Linux-v4.19/sound/pci/hda/
Dpatch_ca0132.c1723 unsigned int *bytes_returned) in dspio_send_scp_message() argument
1735 if (bytes_returned) in dspio_send_scp_message()
1736 *bytes_returned = 0; in dspio_send_scp_message()
1749 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message()
1783 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()
/Linux-v4.19/sound/pci/asihpi/
Dhpi_internal.h819 u32 bytes_returned; /* size of items returned */ member