Searched refs:ocw (Results 1 – 1 of 1) sorted by relevance
1511 static int ocw_granted(struct client_obd *cli, struct osc_cache_waiter *ocw) in ocw_granted() argument1516 rc = list_empty(&ocw->ocw_entry); in ocw_granted()1533 struct osc_cache_waiter ocw; in osc_enter_cache() local1562 init_waitqueue_head(&ocw.ocw_waitq); in osc_enter_cache()1563 ocw.ocw_oap = oap; in osc_enter_cache()1564 ocw.ocw_grant = bytes; in osc_enter_cache()1566 list_add_tail(&ocw.ocw_entry, &cli->cl_cache_waiters); in osc_enter_cache()1567 ocw.ocw_rc = 0; in osc_enter_cache()1573 cli->cl_import->imp_obd->obd_name, &ocw, oap); in osc_enter_cache()1575 rc = l_wait_event(ocw.ocw_waitq, ocw_granted(cli, &ocw), &lwi); in osc_enter_cache()[all …]