Searched refs:bytes_returned (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | cifssmb.c | 550 int bytes_returned; in CIFSSMBNegotiate() local 583 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate() 796 int bytes_returned = 0; in CIFSPOSIXDelFile() local 849 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile() 869 int bytes_returned; in CIFSSMBDelFile() local 896 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile() 915 int bytes_returned; in CIFSSMBRmDir() local 942 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir() 960 int bytes_returned; in CIFSSMBMkDir() local 987 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir() [all …]
|
D | transport.c | 956 int bytes_returned; in send_lock_cancel() local 970 &bytes_returned, 0); in send_lock_cancel()
|
D | cifsproto.h | 103 int *bytes_returned);
|
/linux-4.4.14/drivers/scsi/ |
D | hptiop.h | 247 __le32 bytes_returned; member 347 u32 *bytes_returned; member
|
D | hptiop.c | 832 if (arg->bytes_returned) in hptiop_iop_request_callback_itl() 833 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_ca0132.c | 1336 unsigned int *bytes_returned) in dspio_send_scp_message() argument 1348 if (bytes_returned) in dspio_send_scp_message() 1349 *bytes_returned = 0; in dspio_send_scp_message() 1362 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message() 1396 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi_internal.h | 819 u32 bytes_returned; /* size of items returned */ member
|