Searched refs:bytes_returned (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | cifssmb.c | 580 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 …]
|
D | transport.c | 1102 int bytes_returned; in send_lock_cancel() local 1116 &bytes_returned, 0); in send_lock_cancel()
|
D | cifsproto.h | 124 int *bytes_returned);
|
/Linux-v4.19/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-v4.19/sound/pci/hda/ |
D | patch_ca0132.c | 1723 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/ |
D | hpi_internal.h | 819 u32 bytes_returned; /* size of items returned */ member
|