Home
last modified time | relevance | path

Searched refs:coh_pages (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c425 hdr->coh_pages++; in cl_page_find0()
1049 PASSERT(env, tmp, hdr->coh_pages > 0); in cl_page_delete0()
1050 hdr->coh_pages--; in cl_page_delete0()
Dcl_object.c90 h->coh_pages = 0; in cl_object_header_init()
332 LASSERT(hdr->coh_pages == 0); in cl_object_kill()
Dcl_lock.c1954 head->coh_tree.rnode == NULL && head->coh_pages == 0)); in cl_locks_prune()
/drivers/staging/lustre/lustre/lov/
Dlov_object.c693 LASSERT(hdr->coh_pages == 0); in lov_layout_change()
/drivers/staging/lustre/lustre/include/
Dcl_object.h411 unsigned long coh_pages; member
/drivers/staging/lustre/lustre/osc/
Dosc_lock.c900 return cl_object_header(slice->cls_obj)->coh_pages; in osc_lock_weigh()