Lines Matching refs:lcontext
1440 memcpy(buf->lcontext.LeaseKey, lease->lease_key, in create_lease_buf()
1442 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1443 buf->lcontext.Epoch = cpu_to_le16(lease->epoch); in create_lease_buf()
1444 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1446 memcpy(buf->lcontext.ParentLeaseKey, lease->parent_lease_key, in create_lease_buf()
1449 (struct create_lease_v2, lcontext)); in create_lease_buf()
1462 memcpy(buf->lcontext.LeaseKey, lease->lease_key, SMB2_LEASE_KEY_SIZE); in create_lease_buf()
1463 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1464 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1466 (struct create_lease, lcontext)); in create_lease_buf()
1505 memcpy(lreq->lease_key, lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in parse_lease_state()
1506 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state()
1507 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state()
1508 lreq->epoch = lc->lcontext.Epoch; in parse_lease_state()
1509 lreq->duration = lc->lcontext.LeaseDuration; in parse_lease_state()
1511 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()