Home
last modified time | relevance | path

Searched refs:other_bitmap_lockres (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Dmd-cluster.c68 struct dlm_lock_resource **other_bitmap_lockres; member
1497 cinfo->other_bitmap_lockres = in lock_all_bitmaps()
1500 if (!cinfo->other_bitmap_lockres) { in lock_all_bitmaps()
1512 cinfo->other_bitmap_lockres[i] = lockres_init(mddev, str, NULL, 1); in lock_all_bitmaps()
1513 if (!cinfo->other_bitmap_lockres[i]) in lock_all_bitmaps()
1516 cinfo->other_bitmap_lockres[i]->flags |= DLM_LKF_NOQUEUE; in lock_all_bitmaps()
1517 ret = dlm_lock_sync(cinfo->other_bitmap_lockres[i], DLM_LOCK_PW); in lock_all_bitmaps()
1532 if (cinfo->other_bitmap_lockres) { in unlock_all_bitmaps()
1534 if (cinfo->other_bitmap_lockres[i]) { in unlock_all_bitmaps()
1535 lockres_free(cinfo->other_bitmap_lockres[i]); in unlock_all_bitmaps()
[all …]