Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h169 struct list_head exp_outstanding_replies; member
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c670 LASSERT(list_empty(&exp->exp_outstanding_replies)); in class_export_destroy()
746 INIT_LIST_HEAD(&export->exp_outstanding_replies); in class_new_export()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c728 list_add_tail(&rs->rs_exp_list, &exp->exp_outstanding_replies); in target_send_reply()