Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c2887 remote_lock_possible = nfs_remove_locking_id(vp, RLMPL_PID, in nfs_lockrelease()
2915 (void) nfs_remove_locking_id(vp, RLMPL_PID, in nfs_lockrelease()
3046 if (type == RLMPL_PID) { in nfs_add_locking_id()
3102 if (cur->lmpl_type == RLMPL_PID) { in nfs_add_locking_id()
3115 (type == RLMPL_PID) ? "P" : "O", npids, nowners, nitems); in nfs_add_locking_id()
3136 ASSERT(type == RLMPL_PID || type == RLMPL_OWNER); in nfs_remove_locking_id()
3182 if (cur->lmpl_type == RLMPL_PID) { in nfs_remove_locking_id()
3195 (type == RLMPL_PID) ? "P" : "O", in nfs_remove_locking_id()
/titanic_41/usr/src/uts/common/nfs/
H A Drnode.h144 #define RLMPL_PID 1 macro
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_client.c437 nfs_add_locking_id(vp, curproc->p_pid, RLMPL_PID, in nlm_frlock_setlk()