Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_page.c839 list_move_tail(&cli->cl_lru_osc, &cache->ccc_lru); in osc_lru_reclaim()
844 cl_lru_osc); in osc_lru_reclaim()
851 list_move_tail(&cli->cl_lru_osc, &cache->ccc_lru); in osc_lru_reclaim()
Dosc_request.c2917 LASSERT(list_empty(&cli->cl_lru_osc)); in osc_set_info_async()
2919 list_add(&cli->cl_lru_osc, &cli->cl_cache->ccc_lru); in osc_set_info_async()
3264 list_del_init(&cli->cl_lru_osc); in osc_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c370 INIT_LIST_HEAD(&cli->cl_lru_osc); in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h392 struct list_head cl_lru_osc; /* member of cl_cache->ccc_lru */ member