Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c94 obd->obd_stopping == 1 || obd->obd_set_up == 0, in __llog_ctxt_put()
96 !!obd->obd_stopping, !!obd->obd_set_up); in __llog_ctxt_put()
Dgenops.c506 if (obd->obd_stopping) in class_obd_list()
605 if (obd == NULL || obd->obd_set_up == 0 || obd->obd_stopping) in class_notify_sptlrpc_conf()
861 if (obd->obd_stopping) { in class_new_export()
884 if (obd->obd_stopping) { in class_new_export()
1404 if (obd->obd_stopping) { in obd_export_evict_by_nid()
1450 if (obd->obd_stopping) { in obd_export_evict_by_uuid()
Dclass_obd.c356 if (obd->obd_stopping) in class_handle_ioctl()
402 if (!obd->obd_set_up || obd->obd_stopping) { in class_handle_ioctl()
Dobd_config.c624 if (obd->obd_stopping) { in class_cleanup()
630 obd->obd_stopping = 1; in class_cleanup()
735 if ((refs == 1) && obd->obd_stopping) { in class_decref()
752 if (obd->obd_stopping) { in class_decref()
Dobd_mount.c267 if (obd && !obd->obd_stopping) { in lustre_start_mgc()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c252 if (obd->obd_stopping) in obd_proc_health_seq_show()
375 if (obd->obd_stopping) in obd_device_list_seq_show()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h353 if (!obd->obd_set_up || obd->obd_stopping) { in obd_check_dev_active()
1392 if (!obd->obd_set_up || obd->obd_stopping) in obd_health_check()
Dobd.h827 obd_stopping:1, /* started cleanup */ member
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c953 if (echo_dev2cl(d)->cd_lu_dev.ld_obd->obd_stopping) in cl_echo_object_find()