Home
last modified time | relevance | path

Searched refs:cl_lock_at_pgoff (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1791 struct cl_lock *cl_lock_at_pgoff(const struct lu_env *env, in cl_lock_at_pgoff() function
1836 EXPORT_SYMBOL(cl_lock_at_pgoff);
1867 tmp = cl_lock_at_pgoff(env, lock->cll_descr.cld_obj, index, in check_and_discard_cb()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2910 struct cl_lock *cl_lock_at_pgoff(const struct lu_env *env,
2921 return cl_lock_at_pgoff(env, obj, page->cp_index, except, in cl_lock_at_page()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c644 lock = cl_lock_at_pgoff(env, osc2cl(obj), index, NULL, 1, 0); in osc_extent_find()