Searched refs:cpo_cache_add (Results 1 – 4 of 4) sorted by relevance
145 .cpo_cache_add = lov_page_cache_add
488 .cpo_cache_add = osc_page_fail,492 .cpo_cache_add = osc_page_cache_add,
1307 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()
1040 int (*cpo_cache_add)(const struct lu_env *env, member