Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c501 [CPS_PAGEIN] = 0, in cl_page_state_set0()
508 [CPS_PAGEIN] = 1, /* start read immediately */ in cl_page_state_set0()
512 [CPS_PAGEIN] = { in cl_page_state_set0()
515 [CPS_PAGEIN] = 0, in cl_page_state_set0()
522 [CPS_PAGEIN] = 0, in cl_page_state_set0()
529 [CPS_PAGEIN] = 0, in cl_page_state_set0()
1152 return crt == CRT_WRITE ? CPS_PAGEOUT : CPS_PAGEIN; in cl_req_type_state()
Dcl_object.c436 [CPS_PAGEIN] = "r", in cl_site_stats_print()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h674 CPS_PAGEIN, enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1294 LASSERT(equi(page->cp_state == CPS_PAGEIN, cmd == OBD_BRW_READ)); in osc_completion()