Searched refs:param_offset (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | cifssmb.c | 823 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local 852 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXDelFile() 854 offset = param_offset + params; in CIFSPOSIXDelFile() 859 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXDelFile() 1036 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local 1068 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXCreate() 1070 offset = param_offset + params; in CIFSPOSIXCreate() 1076 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXCreate() 2449 __u16 params, param_offset, offset, byte_count, count; in CIFSSMBPosixLock() local 2466 param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4; in CIFSSMBPosixLock() [all …]
|