Searched refs:bytes_returned (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | hv.c | 12 int bytes_returned; in mlx5_hv_config_common() local 23 &bytes_returned) : in mlx5_hv_config_common() 28 if (read && !rc && len != bytes_returned) in mlx5_hv_config_common()
|
/linux/fs/smb/client/ |
H A D | cifssmb.c | 425 int bytes_returned; in CIFSSMBNegotiate() local 465 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate() 692 int bytes_returned = 0; in CIFSPOSIXDelFile() local 746 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile() 766 int bytes_returned; in CIFSSMBDelFile() local 791 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile() 810 int bytes_returned; in CIFSSMBRmDir() local 835 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir() 854 int bytes_returned; in CIFSSMBMkDir() local 879 (struct smb_hdr *) pSMBr, &bytes_returned, in CIFSSMBMkDir() 901 int bytes_returned = 0; CIFSPOSIXCreate() local 1082 int bytes_returned; SMBLegacyOpen() local 1183 int bytes_returned; CIFS_open() local 1566 int bytes_returned, wct; CIFSSMBWrite() local 2003 int bytes_returned; CIFSSMBLock() local 2074 int bytes_returned = 0; CIFSSMBPosixLock() local 2258 int bytes_returned; CIFSSMBRename() local 2325 int bytes_returned = 0; CIFSSMBRenameOpenFile() local 2409 int bytes_returned = 0; CIFSUnixCreateSymLink() local 2496 int bytes_returned = 0; CIFSUnixCreateHardLink() local 2577 int bytes_returned; CIFSCreateHardLink() local 2647 int bytes_returned; CIFSSMBUnixQuerySymLink() local 2987 int bytes_returned; CIFSSMB_set_compression() local 3220 int bytes_returned; cifs_do_get_acl() local 3312 int bytes_returned = 0; cifs_do_set_acl() local 3401 int bytes_returned; CIFSGetExtAttr() local 3663 int bytes_returned = 0; CIFSSMBSetCIFSACL() local 3730 int bytes_returned; SMBQueryInformation() local 3795 int bytes_returned; CIFSSMBQFileInfo() local 3866 int bytes_returned; CIFSSMBQPathInfo() local 3962 int bytes_returned; CIFSSMBUnixQFileInfo() local 4033 int bytes_returned = 0; CIFSSMBUnixQPathInfo() local 4118 int bytes_returned = 0; CIFSFindFirst() local 4270 int bytes_returned; CIFSFindNext() local 4426 int name_len, bytes_returned; CIFSGetSrvInodeNumber() local 4519 int bytes_returned; CIFSGetDFSRefer() local 4634 int bytes_returned = 0; SMBOldQFSInfo() local 4721 int bytes_returned = 0; CIFSSMBQFSInfo() local 4807 int bytes_returned = 0; CIFSSMBQFSAttributeInfo() local 4877 int bytes_returned = 0; CIFSSMBQFSDeviceInfo() local 4948 int bytes_returned = 0; CIFSSMBQFSUnixInfo() local 5017 int bytes_returned = 0; CIFSSMBSetFSUnixInfo() local 5093 int bytes_returned = 0; CIFSSMBQFSPosixInfo() local 5194 int bytes_returned = 0; CIFSSMBSetEOF() local 5360 int bytes_returned; SMBSetInformation() local 5579 int bytes_returned = 0; CIFSSMBSetPathInfo() local 5775 int bytes_returned = 0; CIFSSMBUnixSetPathInfo() local 5862 int bytes_returned; CIFSSMBQAllEAs() local 6047 int bytes_returned = 0; CIFSSMBSetEA() local [all...] |
H A D | cifstransport.c | 391 int bytes_returned; in send_lock_cancel() local 405 &bytes_returned, 0); in send_lock_cancel()
|
H A D | cifsproto.h | 152 int *bytes_returned);
|
/linux/drivers/pci/controller/ |
H A D | pci-hyperv-intf.c | 23 unsigned int block_id, unsigned int *bytes_returned) in hyperv_read_cfg_blk() argument 29 bytes_returned); in hyperv_read_cfg_blk()
|
/linux/drivers/scsi/ |
H A D | hptiop.h | 239 __le32 bytes_returned; member 339 u32 *bytes_returned; member
|
H A D | hptiop.c | 823 if (arg->bytes_returned) in hptiop_iop_request_callback_itl() 824 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()
|
/linux/drivers/platform/olpc/ |
H A D | olpc-xo175-ec.c | 29 u8 bytes_returned; member 260 return p->bytes_returned; in olpc_xo175_ec_resp_len()
|
/linux/include/linux/ |
H A D | hyperv.h | 1706 unsigned int block_id, unsigned int *bytes_returned); 1715 unsigned int block_id, unsigned int *bytes_returned);
|
/linux/sound/pci/asihpi/ |
H A D | hpi_internal.h | 808 u32 bytes_returned; /* size of items returned */ member
|
/linux/sound/hda/codecs/ |
H A D | ca0132.c | 2284 unsigned int *bytes_returned) in dspio_send_scp_message() argument 2296 if (bytes_returned) in dspio_send_scp_message() 2297 *bytes_returned = 0; in dspio_send_scp_message() 2310 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message() 2344 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()
|