no_new_dev_lockres 84 drivers/md/md-cluster.c struct dlm_lock_resource *no_new_dev_lockres; no_new_dev_lockres 532 drivers/md/md-cluster.c dlm_lock_sync(cinfo->no_new_dev_lockres, DLM_LOCK_CR); no_new_dev_lockres 899 drivers/md/md-cluster.c cinfo->no_new_dev_lockres = lockres_init(mddev, "no-new-dev", NULL, 0); no_new_dev_lockres 900 drivers/md/md-cluster.c if (!cinfo->no_new_dev_lockres) no_new_dev_lockres 920 drivers/md/md-cluster.c if (dlm_lock_sync(cinfo->no_new_dev_lockres, DLM_LOCK_CR)) no_new_dev_lockres 951 drivers/md/md-cluster.c lockres_free(cinfo->no_new_dev_lockres); no_new_dev_lockres 1014 drivers/md/md-cluster.c lockres_free(cinfo->no_new_dev_lockres); no_new_dev_lockres 1414 drivers/md/md-cluster.c cinfo->no_new_dev_lockres->flags |= DLM_LKF_NOQUEUE; no_new_dev_lockres 1415 drivers/md/md-cluster.c ret = dlm_lock_sync(cinfo->no_new_dev_lockres, DLM_LOCK_EX); no_new_dev_lockres 1416 drivers/md/md-cluster.c cinfo->no_new_dev_lockres->flags &= ~DLM_LKF_NOQUEUE; no_new_dev_lockres 1423 drivers/md/md-cluster.c dlm_lock_sync(cinfo->no_new_dev_lockres, DLM_LOCK_CR); no_new_dev_lockres 1459 drivers/md/md-cluster.c dlm_unlock_sync(cinfo->no_new_dev_lockres);