Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c3054 new->lmpl_own_len = len; in nfs_add_locking_id()
3077 cur->lmpl_own_len == len && in nfs_add_locking_id()
3166 bcmp(cur->lmpl_owner, id, cur->lmpl_own_len) == 0)) { in nfs_remove_locking_id()
3168 ASSERT(cur->lmpl_own_len < MAX_SHR_OWNER_LEN); in nfs_remove_locking_id()
3170 bcopy(cur->lmpl_owner, rid, cur->lmpl_own_len); in nfs_remove_locking_id()
3171 *rlen = 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.h160 #define lmpl_own_len un._own.len macro