Home
last modified time | relevance | path

Searched refs:cl_lru_osc (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/osc/
Dosc_page.c842 list_move_tail(&cli->cl_lru_osc, &cache->ccc_lru); in osc_lru_reclaim()
847 cl_lru_osc); in osc_lru_reclaim()
854 list_move_tail(&cli->cl_lru_osc, &cache->ccc_lru); in osc_lru_reclaim()
Dosc_request.c2860 LASSERT(list_empty(&cli->cl_lru_osc)); in osc_set_info_async()
2862 list_add(&cli->cl_lru_osc, &cli->cl_cache->ccc_lru); in osc_set_info_async()
3217 list_del_init(&cli->cl_lru_osc); in osc_cleanup()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c368 INIT_LIST_HEAD(&cli->cl_lru_osc); in client_obd_setup()
/drivers/staging/lustre/lustre/include/
Dobd.h319 struct list_head cl_lru_osc; /* member of cl_cache->ccc_lru */ member