Searched refs:bm_lockres (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-cluster.c | 290 struct dlm_lock_resource *bm_lockres; in recover_bitmaps() local 299 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() 802 struct dlm_lock_resource *bm_lockres; in gather_all_resync_info() local 810 bm_lockres = lockres_init(mddev, str, NULL, 1); in gather_all_resync_info() 811 if (!bm_lockres) in gather_all_resync_info() 814 lockres_free(bm_lockres); in gather_all_resync_info() 818 bm_lockres in gather_all_resync_info() 1127 struct dlm_lock_resource *bm_lockres; resize_bitmaps() local 1196 struct dlm_lock_resource *bm_lockres; cluster_check_sync_size() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-cluster.c | 290 struct dlm_lock_resource *bm_lockres; in recover_bitmaps() local 299 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() 805 struct dlm_lock_resource *bm_lockres; in gather_all_resync_info() local 813 bm_lockres = lockres_init(mddev, str, NULL, 1); in gather_all_resync_info() 814 if (!bm_lockres) in gather_all_resync_info() 817 lockres_free(bm_lockres); in gather_all_resync_info() 821 bm_lockres in gather_all_resync_info() 1131 struct dlm_lock_resource *bm_lockres; resize_bitmaps() local 1200 struct dlm_lock_resource *bm_lockres; cluster_check_sync_size() local [all...] |
Completed in 4 milliseconds