Home
last modified time | relevance | path

Searched refs:cpl_ops (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c260 slice->cpl_ops->cpo_fini(env, slice); in cl_page_free()
612 if (slice->cpl_ops->cpo_vmpage != NULL) in cl_page_vmpage()
613 return slice->cpl_ops->cpo_vmpage(env, slice); in cl_page_vmpage()
690 __method = *(void **)((char *)__scan->cpl_ops + \
718 __method = *(void **)((char *)__scan->cpl_ops + \
742 __method = *(void **)((char *)__scan->cpl_ops + \
1138 PASSERT(env, pg, slice->cpl_ops->cpo_is_vmlocked != NULL); in cl_page_is_vmlocked()
1144 result = slice->cpl_ops->cpo_is_vmlocked(env, slice); in cl_page_is_vmlocked()
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()
[all …]
/drivers/staging/lustre/lustre/include/
Dcl_object.h792 const struct cl_page_operations *cpl_ops; member