Searched refs:IS_LOCKMGR (Results 1 – 2 of 2) sorted by relevance
354 if (IS_LOCKMGR(lock_request)) { in reclock()435 if (IS_LOCKMGR(lock_request) && in reclock()1072 if (IS_LOCKMGR(request)) { in flk_wait_execute_request()1147 if (IS_LOCKMGR(request)) { in flk_wait_execute_request()2240 if (IS_LOCKMGR(lock) && nlmid == lock_nlmid) { in cl_flk_has_remote_locks_for_nlmid()2259 if (IS_LOCKMGR(lock) && nlmid == lock_nlmid) { in cl_flk_has_remote_locks_for_nlmid()2613 ASSERT(IS_LOCKMGR(request)); in flk_canceled()3560 if (IS_LOCKMGR(lock) && nlmid == lock_nlmid) { in cl_flk_change_nlm_state_all_locks()3578 if (IS_LOCKMGR(lock) && nlmid == lock_nlmid) { in cl_flk_change_nlm_state_all_locks()3620 if (IS_LOCKMGR(lock)) { in cl_flk_wakeup_sleeping_nlm_locks()[all …]
263 #define IS_LOCKMGR(lock) ((lock)->l_state & LOCKMGR_LOCK) macro