Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_lock.c886 if (!cl_lock_ext_match(&sub->sub_got, subneed)) {
910 return cl_lock_ext_match(child, descr); in lov_lock_stripe_is_matching()
947 result = cl_lock_ext_match(child, subd); in lov_lock_stripe_is_matching()
982 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.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c224 int cl_lock_ext_match(const struct cl_lock_descr *has, in cl_lock_ext_match() function
233 EXPORT_SYMBOL(cl_lock_ext_match);
244 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()
1816 cl_lock_ext_match(&scan->cll_descr, need)) && in cl_lock_at_pgoff()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_page.c139 cl_lock_ext_match(&scan->cll_descr, descr)) {
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h3008 int cl_lock_ext_match (const struct cl_lock_descr *has,