Home
last modified time | relevance | path

Searched refs:cl_lock_ext_match (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_lock.c885 if (!cl_lock_ext_match(&sub->sub_got, subneed)) {
909 return cl_lock_ext_match(child, descr); in lov_lock_stripe_is_matching()
946 result = cl_lock_ext_match(child, subd); in lov_lock_stripe_is_matching()
981 result = cl_lock_ext_match(&lov->lls_orig, need); in lov_lock_fits_into()
1005 result = cl_lock_ext_match(&lov->lls_orig, need); in lov_lock_fits_into()
Dlovsub_lock.c216 if (!cl_lock_ext_match(parent_descr, pd)) in lov_sublock_modify()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c226 int cl_lock_ext_match(const struct cl_lock_descr *has, in cl_lock_ext_match() function
235 EXPORT_SYMBOL(cl_lock_ext_match);
246 cl_lock_ext_match(has, need); in cl_lock_descr_match()
485 matched = cl_lock_ext_match(&lock->cll_descr, need) && in cl_lock_lookup()
1791 cl_lock_ext_match(&scan->cll_descr, need)) && in cl_lock_at_pgoff()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_page.c139 cl_lock_ext_match(&scan->cll_descr, descr)) {
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2993 int cl_lock_ext_match (const struct cl_lock_descr *has,