Home
last modified time | relevance | path

Searched defs:nlmid (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dflock.c257 int nlmid; in reclock() local
2208 cl_flk_has_remote_locks_for_nlmid(vnode_t *vp, int nlmid) in cl_flk_has_remote_locks_for_nlmid()
3166 cl_flk_set_nlm_status(int nlmid, flk_nlm_status_t nlm_state) in cl_flk_set_nlm_status()
3514 cl_flk_change_nlm_state_all_locks(int nlmid, flk_nlm_status_t nlm_state) in cl_flk_change_nlm_state_all_locks()
3593 cl_flk_wakeup_sleeping_nlm_locks(int nlmid) in cl_flk_wakeup_sleeping_nlm_locks()
3641 cl_flk_unlock_nlm_granted(int nlmid) in cl_flk_unlock_nlm_granted()
3940 cl_flk_change_nlm_state_to_unknown(int nlmid) in cl_flk_change_nlm_state_to_unknown()
/titanic_44/usr/src/uts/common/sys/
H A Dflock_impl.h416 #define FLK_REGISTRY_IS_NLM_UNKNOWN(nlmreg, nlmid) \ argument
418 #define FLK_REGISTRY_IS_NLM_UP(nlmreg, nlmid) \ argument
420 #define FLK_REGISTRY_ADD_NLMID(nlmreg, nlmid) \ argument
422 #define FLK_REGISTRY_CHANGE_NLM_STATE(nlmreg, nlmid, state) \ argument
/titanic_44/usr/src/uts/common/fs/
H A Dfs_subr.c228 int nlmid; in fs_frlock() local