Searched refs:rs_exp_list (Results 1 – 4 of 4) sorted by relevance
705 LASSERT(list_empty(&rs->rs_exp_list)); in target_send_reply()728 list_add_tail(&rs->rs_exp_list, &exp->exp_outstanding_replies); in target_send_reply()750 list_empty(&rs->rs_exp_list) || /* completed already */ in target_send_reply()
327 INIT_LIST_HEAD(&rs->rs_exp_list); in lustre_pack_reply_v2()493 LASSERT(list_empty(&rs->rs_exp_list)); in lustre_free_reply_state()
1761 list_del_init(&rs->rs_exp_list); in ptlrpc_handle_rs()
413 struct list_head rs_exp_list; member