Home
last modified time | relevance | path

Searched refs:obd_stopping (Results 1 – 9 of 9) 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.c320 if (obd->obd_stopping) in class_handle_ioctl()
366 if (!obd->obd_set_up || obd->obd_stopping) { in class_handle_ioctl()
Dobd_config.c418 if (obd->obd_stopping) { in class_cleanup()
424 obd->obd_stopping = 1; in class_cleanup()
504 if ((refs == 1) && obd->obd_stopping) { in class_decref()
521 if (obd->obd_stopping) { in class_decref()
Dgenops.c549 if (!obd || obd->obd_set_up == 0 || obd->obd_stopping) in class_notify_sptlrpc_conf()
766 if (obd->obd_stopping) { in class_new_export()
789 if (obd->obd_stopping) { in class_new_export()
Dobd_mount.c248 if (obd && !obd->obd_stopping) { in lustre_start_mgc()
/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c247 if (obd->obd_stopping) in health_show()
367 if (obd->obd_stopping) 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()
1294 if (!obd->obd_set_up || obd->obd_stopping) in obd_health_check()
Dobd.h734 obd_stopping:1, /* started cleanup */ member
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c956 if (echo_dev2cl(d)->cd_lu_dev.ld_obd->obd_stopping) in cl_echo_object_find()