Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_page.c145 .cpo_cache_add = lov_page_cache_add
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_page.c488 .cpo_cache_add = osc_page_fail,
492 .cpo_cache_add = osc_page_cache_add,
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c1307 if (scan->cpl_ops->io[crt].cpo_cache_add == NULL) in cl_page_cache_add()
1310 result = scan->cpl_ops->io[crt].cpo_cache_add(env, scan, io); in cl_page_cache_add()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h1040 int (*cpo_cache_add)(const struct lu_env *env, member