Lines Matching refs:bm_lockres
233 struct dlm_lock_resource *bm_lockres; in recover_bitmaps() local
252 bm_lockres = lockres_init(mddev, str, NULL, 1); in recover_bitmaps()
253 if (!bm_lockres) { in recover_bitmaps()
258 ret = dlm_lock_sync(bm_lockres, DLM_LOCK_PW); in recover_bitmaps()
277 dlm_unlock_sync(bm_lockres); in recover_bitmaps()
637 struct dlm_lock_resource *bm_lockres; in gather_all_resync_info() local
646 bm_lockres = lockres_init(mddev, str, NULL, 1); in gather_all_resync_info()
647 if (!bm_lockres) in gather_all_resync_info()
652 bm_lockres->flags |= DLM_LKF_NOQUEUE; in gather_all_resync_info()
653 ret = dlm_lock_sync(bm_lockres, DLM_LOCK_PW); in gather_all_resync_info()
655 memset(bm_lockres->lksb.sb_lvbptr, '\0', LVB_SIZE); in gather_all_resync_info()
656 s = read_resync_info(mddev, bm_lockres); in gather_all_resync_info()
668 lockres_free(bm_lockres); in gather_all_resync_info()
672 lockres_free(bm_lockres); in gather_all_resync_info()
680 lockres_free(bm_lockres); in gather_all_resync_info()
689 dlm_unlock_sync(bm_lockres); in gather_all_resync_info()
690 lockres_free(bm_lockres); in gather_all_resync_info()