Home
last modified time | relevance | path

Searched refs:ParentLeaseKey (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/ksmbd/
Doplock.c1342 char *ParentLeaseKey = (char *)&lease->parent_lease_key; in create_lease_buf() local
1349 buf->lcontext.ParentLeaseKeyLow = *((__le64 *)ParentLeaseKey); in create_lease_buf()
1350 buf->lcontext.ParentLeaseKeyHigh = *((__le64 *)(ParentLeaseKey + 8)); in create_lease_buf()