Searched refs:RLMPL_PID (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 2887 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 D | rnode.h | 144 #define RLMPL_PID 1 macro
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_client.c | 437 nfs_add_locking_id(vp, curproc->p_pid, RLMPL_PID, in nlm_frlock_setlk()
|