Searched refs:cl_lock_at_pgoff (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 1791 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/ |
D | cl_object.h | 2910 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/ |
D | osc_cache.c | 644 lock = cl_lock_at_pgoff(env, osc2cl(obj), index, NULL, 1, 0); in osc_extent_find()
|