Searched defs:nlmid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c248 int nlmid; local
357 nlmid = GETNLMID(bfp->l_sysid);
358 if (nlmid != 0) { /* booted as a cluster */
360 cl_flk_has_remote_locks_for_nlmid(vp, nlmid);
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c117 * 2. map nlmid to index i of rep.states
546 int nlmid; local
660 nlmid = GETNLMID(lock_request->l_flock.l_sysid);
661 ASSERT(nlmid <= nlm_status_size && nlmid >= 0);
666 * NLM server making the request, add its nlmid
670 nlmid)) {
671 FLK_REGISTRY_ADD_NLMID(nlm_reg_status, nlmid);
673 nlmid)) {
2492 cl_flk_has_remote_locks_for_nlmid(vnode_t *vp, int nlmid) argument
3479 cl_flk_set_nlm_status(int nlmid, flk_nlm_status_t nlm_state) argument
3827 cl_flk_change_nlm_state_all_locks(int nlmid, flk_nlm_status_t nlm_state) argument
3906 cl_flk_wakeup_sleeping_nlm_locks(int nlmid) argument
3954 cl_flk_unlock_nlm_granted(int nlmid) argument
4256 cl_flk_change_nlm_state_to_unknown(int nlmid) argument
[all...]

Completed in 50 milliseconds