Home
last modified time | relevance | path

Searched refs:GETNLMID (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dshare.c263 nlmid1 = GETNLMID(shr->s_sysid); in is_match_for_del()
264 nlmid2 = GETNLMID(element->s_sysid); in is_match_for_del()
402 if (GETNLMID(sysid1) != 0) { /* in a cluster */ in is_match_for_has_remote()
415 result = (GETNLMID(sysid1) == GETNLMID(sysid2)); in is_match_for_has_remote()
H A Dflock.c656 nlmid = GETNLMID(lock_request->l_flock.l_sysid); in reclock()
2529 lock_nlmid = GETNLMID(lock->l_flock.l_sysid); in cl_flk_has_remote_locks_for_nlmid()
2548 lock_nlmid = GETNLMID(lock->l_flock.l_sysid); in cl_flk_has_remote_locks_for_nlmid()
3868 lock_nlmid = GETNLMID(lock->l_flock.l_sysid); in cl_flk_change_nlm_state_all_locks()
3886 lock_nlmid = GETNLMID(lock->l_flock.l_sysid); in cl_flk_change_nlm_state_all_locks()
3938 GETNLMID(lock->l_flock.l_sysid); in cl_flk_wakeup_sleeping_nlm_locks()
3990 lock_nlmid = GETNLMID(lock->l_flock.l_sysid); in cl_flk_unlock_nlm_granted()
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h123 #define GETNLMID(sysid) ((int)(((uint_t)(sysid) & NODEIDMASK) >> \ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c363 nlmid = GETNLMID(bfp->l_sysid); in fs_frlock()