Searched refs:ocw_entry (Results 1 – 2 of 2) sorted by relevance
81 struct list_head ocw_entry; member
1514 rc = list_empty(&ocw->ocw_entry); in ocw_granted()1564 list_add_tail(&ocw.ocw_entry, &cli->cl_cache_waiters); in osc_enter_cache()1579 list_del_init(&ocw.ocw_entry); in osc_enter_cache()1583 LASSERT(list_empty(&ocw.ocw_entry)); in osc_enter_cache()1606 ocw = list_entry(l, struct osc_cache_waiter, ocw_entry); in osc_wake_cache_waiters()1607 list_del_init(&ocw->ocw_entry); in osc_wake_cache_waiters()