Home
last modified time | relevance | path

Searched refs:obd_exports (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c891 list_add(&export->exp_obd_chain, &export->exp_obd->obd_exports); in class_new_export()
1281 list_splice_init(&obd->obd_exports, &work_list); in class_disconnect_exports()
1307 list_for_each_entry_safe(exp, n, &obd->obd_exports, in class_disconnect_stale_exports()
1524 list_for_each_entry(exp, &obd->obd_exports, exp_obd_chain) in dump_exports()
1541 LASSERT(list_empty(&obd->obd_exports)); in obd_exports_barrier()
Dobd_config.c382 INIT_LIST_HEAD(&obd->obd_exports); in class_attach()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h849 struct list_head obd_exports; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1936 list_for_each_entry(exp, &obd->obd_exports, exp_obd_chain) { in sptlrpc_target_update_exp_flavor()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2095 if (!list_empty(&obddev->obd_exports)) { in echo_client_cleanup()