Lines Matching refs:lcontext
1448 memcpy(buf->lcontext.LeaseKey, lease->lease_key, in create_lease_buf()
1450 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1451 buf->lcontext.Epoch = cpu_to_le16(lease->epoch); in create_lease_buf()
1452 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1454 memcpy(buf->lcontext.ParentLeaseKey, lease->parent_lease_key, in create_lease_buf()
1457 (struct create_lease_v2, lcontext)); in create_lease_buf()
1470 memcpy(buf->lcontext.LeaseKey, lease->lease_key, SMB2_LEASE_KEY_SIZE); in create_lease_buf()
1471 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1472 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1474 (struct create_lease, lcontext)); in create_lease_buf()
1509 memcpy(lreq->lease_key, lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in parse_lease_state()
1510 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state()
1511 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state()
1512 lreq->epoch = lc->lcontext.Epoch; in parse_lease_state()
1513 lreq->duration = lc->lcontext.LeaseDuration; in parse_lease_state()
1515 memcpy(lreq->parent_lease_key, lc->lcontext.ParentLeaseKey, in parse_lease_state()
1521 memcpy(lreq->lease_key, lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in parse_lease_state()
1522 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state()
1523 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state()
1524 lreq->duration = lc->lcontext.LeaseDuration; in parse_lease_state()