Lines Matching defs:cur
194 struct smb2_lock_element *buf, *cur;
218 cur = buf;
243 cur->Length = cpu_to_le64(li->length);
244 cur->Offset = cpu_to_le64(li->offset);
245 cur->Flags = cpu_to_le32(SMB2_LOCKFLAG_UNLOCK);
271 cur = buf;
274 cur++;
300 struct smb2_lock_element *cur = buf;
304 cur->Length = cpu_to_le64(li->length);
305 cur->Offset = cpu_to_le64(li->offset);
306 cur->Flags = cpu_to_le32(li->type |
315 cur = buf;
318 cur++;