Lines Matching refs:lcontext
1352 memcpy(buf->lcontext.LeaseKey, lease->lease_key, in create_lease_buf()
1354 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1355 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1356 memcpy(buf->lcontext.ParentLeaseKey, lease->parent_lease_key, in create_lease_buf()
1359 (struct create_lease_v2, lcontext)); in create_lease_buf()
1372 memcpy(buf->lcontext.LeaseKey, lease->lease_key, SMB2_LEASE_KEY_SIZE); in create_lease_buf()
1373 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1374 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1376 (struct create_lease, lcontext)); in create_lease_buf()
1425 memcpy(lreq->lease_key, lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in parse_lease_state()
1426 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state()
1427 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state()
1428 lreq->duration = lc->lcontext.LeaseDuration; in parse_lease_state()
1429 memcpy(lreq->parent_lease_key, lc->lcontext.ParentLeaseKey, in parse_lease_state()
1435 memcpy(lreq->lease_key, lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in parse_lease_state()
1436 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state()
1437 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state()
1438 lreq->duration = lc->lcontext.LeaseDuration; in parse_lease_state()