Searched refs:parent_lease_key (Results 1 – 2 of 2) sorted by relevance
38 __u8 parent_lease_key[SMB2_LEASE_KEY_SIZE]; member55 __u8 parent_lease_key[SMB2_LEASE_KEY_SIZE]; member
104 memcpy(lease->parent_lease_key, lctx->parent_lease_key, SMB2_LEASE_KEY_SIZE); in alloc_lease()1342 char *ParentLeaseKey = (char *)&lease->parent_lease_key; in create_lease_buf()1424 *((__le64 *)lreq->parent_lease_key) = lc->lcontext.ParentLeaseKeyLow; in parse_lease_state()1425 *((__le64 *)(lreq->parent_lease_key + 8)) = lc->lcontext.ParentLeaseKeyHigh; in parse_lease_state()