Searched refs:osc_enter_cache_try (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 1482 static int osc_enter_cache_try(struct client_obd *cli, in osc_enter_cache_try() function 1549 if (osc_enter_cache_try(cli, oap, bytes, 0)) { in osc_enter_cache() 1588 if (osc_enter_cache_try(cli, oap, bytes, 0)) { in osc_enter_cache() 1621 if (!osc_enter_cache_try(cli, ocw->ocw_oap, ocw->ocw_grant, 0)) in osc_wake_cache_waiters() 2304 rc = osc_enter_cache_try(cli, oap, grants, 0); in osc_queue_async_io()
|