Searched refs:bytes_returned (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifssmb.c | 550 int bytes_returned; in CIFSSMBNegotiate() local 583 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate() 795 int bytes_returned = 0; in CIFSPOSIXDelFile() local 848 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile() 868 int bytes_returned; in CIFSSMBDelFile() local 895 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile() 914 int bytes_returned; in CIFSSMBRmDir() local 941 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir() 959 int bytes_returned; in CIFSSMBMkDir() local 986 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir() [all …]
|
D | transport.c | 954 int bytes_returned; in send_lock_cancel() local 968 &bytes_returned, 0); in send_lock_cancel()
|
D | cifsproto.h | 105 int *bytes_returned);
|
/linux-4.1.27/drivers/scsi/ |
D | hptiop.h | 247 __le32 bytes_returned; member 347 u32 *bytes_returned; member
|
D | hptiop.c | 834 if (arg->bytes_returned) in hptiop_iop_request_callback_itl() 835 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_ca0132.c | 1307 unsigned int *bytes_returned) in dspio_send_scp_message() argument 1319 if (bytes_returned) in dspio_send_scp_message() 1320 *bytes_returned = 0; in dspio_send_scp_message() 1333 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message() 1367 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi_internal.h | 819 u32 bytes_returned; /* size of items returned */ member
|