Searched refs:param_offset (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | cifssmb.c | 930 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local 957 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXDelFile() 959 offset = param_offset + params; in CIFSPOSIXDelFile() 964 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXDelFile() 1136 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local 1166 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXCreate() 1168 offset = param_offset + params; in CIFSPOSIXCreate() 1174 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXCreate() 2589 __u16 params, param_offset, offset, byte_count, count; in CIFSSMBPosixLock() local 2607 param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4; in CIFSSMBPosixLock() [all …]
|