Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c93 obd->obd_stopping == 1 || obd->obd_set_up == 0, in __llog_ctxt_put()
95 !!obd->obd_stopping, !!obd->obd_set_up); in __llog_ctxt_put()
Dclass_obd.c322 else if (obd->obd_set_up) in class_handle_ioctl()
366 if (!obd->obd_set_up || obd->obd_stopping) { in class_handle_ioctl()
559 if (obd && obd->obd_set_up && in cleanup_obdclass()
Dobd_config.c303 if (obd->obd_set_up) { in class_setup()
349 obd->obd_set_up = 1; in class_setup()
380 if (obd->obd_set_up) { in class_detach()
412 if (!obd->obd_set_up) { in class_cleanup()
474 obd->obd_set_up = 0; in class_cleanup()
Dgenops.c549 if (!obd || obd->obd_set_up == 0 || obd->obd_stopping) in class_notify_sptlrpc_conf()
/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c243 if (obd == NULL || !obd->obd_attached || !obd->obd_set_up) in health_show()
371 else if (obd->obd_set_up) in obd_device_list_seq_show()
/drivers/staging/lustre/lustre/include/
Dobd_class.h296 if (!obd->obd_set_up || obd->obd_stopping) { in obd_check_dev_active()
1190 if (obd->obd_set_up && OBP(obd, import_event)) { in obd_import_event()
1211 if (!obd->obd_set_up && !obd->obd_async_recov) { in obd_notify()
1294 if (!obd->obd_set_up || obd->obd_stopping) in obd_health_check()
Dobd.h729 obd_set_up:1, /* finished setup */ member
/drivers/staging/lustre/lustre/lov/
Dlov_dev.c410 if (!tgt->ltd_obd->obd_set_up) { in lov_cl_add_target()
Dlov_obd.c142 if (!tgt_obd->obd_set_up) { in lov_connect_obd()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2042 if (!tgt || !tgt->obd_attached || !tgt->obd_set_up) { in echo_client_setup()
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c346 if (!mdc_obd->obd_set_up) { in lmv_connect_mdc()