Home
last modified time | relevance | path

Searched refs:exp_outstanding_replies (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h206 struct list_head exp_outstanding_replies; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c763 LASSERT(list_empty(&exp->exp_outstanding_replies)); in class_export_destroy()
839 INIT_LIST_HEAD(&export->exp_outstanding_replies); in class_new_export()
1496 list_for_each_entry(rs, &exp->exp_outstanding_replies, in print_export_data()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c731 list_add_tail(&rs->rs_exp_list, &exp->exp_outstanding_replies); in target_send_reply()