Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/nfs/
H A Drnode.h145 #define RLMPL_OWNER 2 macro
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c2927 while (nfs_remove_locking_id(vp, RLMPL_OWNER, in nfs_lockrelease()
3050 ASSERT(type == RLMPL_OWNER); in nfs_add_locking_id()
3104 } else if (cur->lmpl_type == RLMPL_OWNER) { in nfs_add_locking_id()
3136 ASSERT(type == RLMPL_PID || type == RLMPL_OWNER); in nfs_remove_locking_id()
3184 } else if (cur->lmpl_type == RLMPL_OWNER) { in nfs_remove_locking_id()
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_client.c1254 nfs_add_locking_id(vp, curproc->p_pid, RLMPL_OWNER, in nlm_shrlock()