Searched refs:cld_end (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_lock.c | 156 end = in->cld_end; in lovsub_lock_descr_map() 170 if (end < in->cld_end) in lovsub_lock_descr_map() 175 out->cld_end = end; in lovsub_lock_descr_map()
|
D | lov_lock.c | 304 file_end = cl_offset(lov2cl(loo), parent->cll_descr.cld_end + 1) - 1; in lov_lock_sub_init() 340 descr->cld_end = cl_index(descr->cld_obj, end); in lov_lock_sub_init() 872 fend = cl_offset(need->cld_obj, need->cld_end + 1) - 1; 884 subneed->cld_end = cl_index(subobj, end); 918 end = cl_offset(&lov->lo_cl, descr->cld_end + 1) - 1; in lov_lock_stripe_is_matching() 946 subd->cld_end = cl_index(child->cld_obj, sub_end); in lov_lock_stripe_is_matching()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 263 osc_index2policy(policy, d->cld_obj, d->cld_start, d->cld_end); in osc_lock_build_policy() 419 descr->cld_end = cl_index(descr->cld_obj, ext->end); in osc_lock_granted() 1034 cld->cld_start > descr->cld_end || in osc_lock_enqueue_wait() 1035 cld->cld_end < descr->cld_start) in osc_lock_enqueue_wait() 1261 descr->cld_start, descr->cld_end, in osc_lock_flush()
|
D | osc_cache.c | 252 descr->cld_end >= ext->oe_max_end)) { in osc_extent_sanity_check0() 658 max_end = min_t(pgoff_t, max_end, lock->cll_descr.cld_end); in osc_extent_find() 802 index, lock->cll_descr.cld_end); in osc_extent_find()
|
D | osc_page.c | 128 descr->cld_end = page->cp_index;
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 260 if (d0->cld_end < d1->cld_start) in cl_lock_descr_cmp() 262 if (d0->cld_start > d0->cld_end) in cl_lock_descr_cmp() 271 d0->cld_end = max(d0->cld_end, d1->cld_end); in cl_lock_descr_merge() 355 scan->cill_descr.cld_end); in cl_queue_merge()
|
D | cl_lock.c | 229 has->cld_end >= need->cld_end && in cl_lock_ext_match() 1807 need->cld_start = need->cld_end = index; in cl_lock_at_pgoff() 1874 info->clt_fn_index = tmp->cll_descr.cld_end + 1; in check_and_discard_cb() 1875 if (tmp->cll_descr.cld_end == CL_PAGE_EOF) in check_and_discard_cb() 1946 info->clt_next_index, descr->cld_end, in cl_lock_discard_pages() 1948 if (info->clt_next_index > descr->cld_end) in cl_lock_discard_pages()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 158 descr->cld_end = CL_PAGE_EOF; in cl_get_grouplock()
|
D | glimpse.c | 60 .cld_end = CL_PAGE_EOF,
|
D | lcommon_cl.c | 486 desc->cld_end = page->cp_index; in ccc_page_is_under_lock() 682 lock->cll_descr.cld_end == CL_PAGE_EOF) in ccc_lock_state() 722 descr->cld_end = end; in ccc_io_one_lock_index()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_io.c | 263 descr->cld_end = cl_index(descr->cld_obj, in vvp_mmap_locks() 270 descr->cld_end); in vvp_mmap_locks()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 1338 pgoff_t cld_end; member 1353 (descr)->cld_start, (descr)->cld_end
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1048 descr->cld_end = cl_index(obj, end); in cl_echo_enqueue0()
|