Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2902 struct cl_lock *cl_lock_at_pgoff(const struct lu_env *env,
2913 return cl_lock_at_pgoff(env, obj, page->cp_index, except, in cl_lock_at_page()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1766 struct cl_lock *cl_lock_at_pgoff(const struct lu_env *env, in cl_lock_at_pgoff() function
1811 EXPORT_SYMBOL(cl_lock_at_pgoff);
1842 tmp = cl_lock_at_pgoff(env, lock->cll_descr.cld_obj, index, in check_and_discard_cb()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c645 lock = cl_lock_at_pgoff(env, osc2cl(obj), index, NULL, 1, 0); in osc_extent_find()