Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2204 lock_owner4 *lockowner = key; in lockowner_hash() local
2207 for (i = 0; i < lockowner->owner_len; i++) { in lockowner_hash()
2209 hash += (uint_t)lockowner->owner_val[i]; in lockowner_hash()
2211 hash += (uint_t)lockowner->clientid; in lockowner_hash()
2212 hash |= (lockowner->clientid >> 32); in lockowner_hash()
2270 lock_owner4 *lockowner = (lock_owner4 *)arg; in rfs4_lockowner_create() local
2277 &lockowner->clientid, in rfs4_lockowner_create()
2287 lo->rl_owner.clientid = lockowner->clientid; in rfs4_lockowner_create()
2288 lo->rl_owner.owner_val = kmem_alloc(lockowner->owner_len, KM_SLEEP); in rfs4_lockowner_create()
2289 bcopy(lockowner->owner_val, lo->rl_owner.owner_val, in rfs4_lockowner_create()
[all …]