Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c2898 remote_lock_possible = nfs_remove_locking_id(vp, RLMPL_PID, in nfs_lockrelease()
2926 (void) nfs_remove_locking_id(vp, RLMPL_PID, in nfs_lockrelease()
3057 if (type == RLMPL_PID) { in nfs_add_locking_id()
3113 if (cur->lmpl_type == RLMPL_PID) { in nfs_add_locking_id()
3126 (type == RLMPL_PID) ? "P" : "O", npids, nowners, nitems); in nfs_add_locking_id()
3147 ASSERT(type == RLMPL_PID || type == RLMPL_OWNER); in nfs_remove_locking_id()
3193 if (cur->lmpl_type == RLMPL_PID) { in nfs_remove_locking_id()
3206 (type == RLMPL_PID) ? "P" : "O", in nfs_remove_locking_id()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h144 #define RLMPL_PID 1 macro
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c437 nfs_add_locking_id(vp, curproc->p_pid, RLMPL_PID, in nlm_frlock_setlk()