Searched refs:ocw (Results 1 – 1 of 1) sorted by relevance
1510 static int ocw_granted(struct client_obd *cli, struct osc_cache_waiter *ocw) in ocw_granted() argument1514 rc = list_empty(&ocw->ocw_entry); in ocw_granted()1531 struct osc_cache_waiter ocw; in osc_enter_cache() local1560 init_waitqueue_head(&ocw.ocw_waitq); in osc_enter_cache()1561 ocw.ocw_oap = oap; in osc_enter_cache()1562 ocw.ocw_grant = bytes; in osc_enter_cache()1564 list_add_tail(&ocw.ocw_entry, &cli->cl_cache_waiters); in osc_enter_cache()1565 ocw.ocw_rc = 0; in osc_enter_cache()1571 cli->cl_import->imp_obd->obd_name, &ocw, oap); in osc_enter_cache()1573 rc = l_wait_event(ocw.ocw_waitq, ocw_granted(cli, &ocw), &lwi); in osc_enter_cache()[all …]