Lines Matching defs:cur
121 struct smb2_lock_element *buf, *cur;
145 cur = buf;
170 cur->Length = cpu_to_le64(li->length);
171 cur->Offset = cpu_to_le64(li->offset);
172 cur->Flags = cpu_to_le32(SMB2_LOCKFLAG_UNLOCK);
198 cur = buf;
201 cur++;
227 struct smb2_lock_element *cur = buf;
231 cur->Length = cpu_to_le64(li->length);
232 cur->Offset = cpu_to_le64(li->offset);
233 cur->Flags = cpu_to_le32(li->type |
242 cur = buf;
245 cur++;