Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c613 while (!list_empty(&obd->obd_exports_timed)) { in ping_evictor_main()
614 exp = list_entry(obd->obd_exports_timed.next, in ping_evictor_main()
Dservice.c1058 &exp->exp_obd->obd_exports_timed); in ptlrpc_update_export_timer()
1060 oldest_exp = list_entry(exp->exp_obd->obd_exports_timed.next, in ptlrpc_update_export_timer()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h870 struct list_head obd_exports_timed; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c893 &export->exp_obd->obd_exports_timed); in class_new_export()
Dobd_config.c385 INIT_LIST_HEAD(&obd->obd_exports_timed); in class_attach()