Searched refs:bm_lockres (Results 1 – 1 of 1) sorted by relevance
290 struct dlm_lock_resource *bm_lockres; in recover_bitmaps() local299 bm_lockres = lockres_init(mddev, str, NULL, 1); in recover_bitmaps()300 if (!bm_lockres) { in recover_bitmaps()305 ret = dlm_lock_sync_interruptible(bm_lockres, DLM_LOCK_PW, mddev); in recover_bitmaps()347 lockres_free(bm_lockres); in recover_bitmaps()797 struct dlm_lock_resource *bm_lockres; in gather_all_resync_info() local805 bm_lockres = lockres_init(mddev, str, NULL, 1); in gather_all_resync_info()806 if (!bm_lockres) in gather_all_resync_info()809 lockres_free(bm_lockres); in gather_all_resync_info()813 bm_lockres->flags |= DLM_LKF_NOQUEUE; in gather_all_resync_info()[all …]