Searched defs:nlmid (Results 1 – 3 of 3) sorted by relevance
257 int nlmid; in reclock() local2208 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()
416 #define FLK_REGISTRY_IS_NLM_UNKNOWN(nlmreg, nlmid) \ argument418 #define FLK_REGISTRY_IS_NLM_UP(nlmreg, nlmid) \ argument420 #define FLK_REGISTRY_ADD_NLMID(nlmreg, nlmid) \ argument422 #define FLK_REGISTRY_CHANGE_NLM_STATE(nlmreg, nlmid, state) \ argument
228 int nlmid; in fs_frlock() local