Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c3052 new->lmpl_owner = kmem_alloc(len, KM_SLEEP); in nfs_add_locking_id()
3053 bcopy(id, new->lmpl_owner, len); in nfs_add_locking_id()
3059 ASSERT(pid == *(pid_t *)new->lmpl_owner); in nfs_add_locking_id()
3078 bcmp(cur->lmpl_owner, new->lmpl_owner, len) == 0) { in nfs_add_locking_id()
3079 kmem_free(new->lmpl_owner, len); in nfs_add_locking_id()
3166 bcmp(cur->lmpl_owner, id, cur->lmpl_own_len) == 0)) { in nfs_remove_locking_id()
3170 bcopy(cur->lmpl_owner, rid, cur->lmpl_own_len); in nfs_remove_locking_id()
3173 kmem_free(cur->lmpl_owner, cur->lmpl_own_len); in nfs_remove_locking_id()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h161 #define lmpl_owner un._own.owner macro