Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c266 slice->cpl_ops->cpo_fini(env, slice); in cl_page_free()
629 if (slice->cpl_ops->cpo_vmpage != NULL) in cl_page_vmpage()
630 return slice->cpl_ops->cpo_vmpage(env, slice); in cl_page_vmpage()
707 __method = *(void **)((char *)__scan->cpl_ops + \
735 __method = *(void **)((char *)__scan->cpl_ops + \
759 __method = *(void **)((char *)__scan->cpl_ops + \
1156 PASSERT(env, pg, slice->cpl_ops->cpo_is_vmlocked != NULL); in cl_page_is_vmlocked()
1162 result = slice->cpl_ops->cpo_is_vmlocked(env, slice); in cl_page_is_vmlocked()
1328 if (scan->cpl_ops->io[crt].cpo_cache_add == NULL) in cl_page_cache_add()
1331 result = scan->cpl_ops->io[crt].cpo_cache_add(env, scan, io); in cl_page_cache_add()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h792 const struct cl_page_operations *cpl_ops; member