Searched refs:ocw_entry (Results 1 – 2 of 2) sorted by relevance
85 struct list_head ocw_entry; member
1516 rc = list_empty(&ocw->ocw_entry); in ocw_granted()1566 list_add_tail(&ocw.ocw_entry, &cli->cl_cache_waiters); in osc_enter_cache()1581 list_del_init(&ocw.ocw_entry); in osc_enter_cache()1585 LASSERT(list_empty(&ocw.ocw_entry)); in osc_enter_cache()1608 ocw = list_entry(l, struct osc_cache_waiter, ocw_entry); in osc_wake_cache_waiters()1609 list_del_init(&ocw->ocw_entry); in osc_wake_cache_waiters()