Searched refs:cl_lock_ext_match (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_lock.c | 885 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()
|
D | lovsub_lock.c | 216 if (!cl_lock_ext_match(parent_descr, pd)) in lov_sublock_modify()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 226 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/ |
D | osc_page.c | 139 cl_lock_ext_match(&scan->cll_descr, descr)) {
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 2993 int cl_lock_ext_match (const struct cl_lock_descr *has,
|