bitmap_lockres 67 drivers/md/md-cluster.c struct dlm_lock_resource *bitmap_lockres; bitmap_lockres 926 drivers/md/md-cluster.c cinfo->bitmap_lockres = lockres_init(mddev, str, NULL, 1); bitmap_lockres 927 drivers/md/md-cluster.c if (!cinfo->bitmap_lockres) { bitmap_lockres 931 drivers/md/md-cluster.c if (dlm_lock_sync(cinfo->bitmap_lockres, DLM_LOCK_PW)) { bitmap_lockres 953 drivers/md/md-cluster.c lockres_free(cinfo->bitmap_lockres); bitmap_lockres 1016 drivers/md/md-cluster.c lockres_free(cinfo->bitmap_lockres); bitmap_lockres 1336 drivers/md/md-cluster.c memcpy(&ri, cinfo->bitmap_lockres->lksb.sb_lvbptr, sizeof(struct resync_info)); bitmap_lockres 1341 drivers/md/md-cluster.c add_resync_info(cinfo->bitmap_lockres, lo, hi); bitmap_lockres 1343 drivers/md/md-cluster.c dlm_lock_sync(cinfo->bitmap_lockres, DLM_LOCK_PW);