Searched refs:param_offset (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifssmb.c | 838 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local 867 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXDelFile() 869 offset = param_offset + params; in CIFSPOSIXDelFile() 874 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXDelFile() 1051 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local 1083 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXCreate() 1085 offset = param_offset + params; in CIFSPOSIXCreate() 1091 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXCreate() 2504 __u16 params, param_offset, offset, byte_count, count; in CIFSSMBPosixLock() local 2522 param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4; in CIFSSMBPosixLock() [all …]
|