Home
last modified time | relevance | path

Searched refs:loh_lru (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c90 LASSERT(list_empty(&top->loh_lru)); in lu_object_put()
128 LASSERT(list_empty(&top->loh_lru)); in lu_object_put()
129 list_add_tail(&top->loh_lru, &bkt->lsb_lru); in lu_object_put()
182 list_del_init(&top->loh_lru); in lu_object_unhash()
343 list_for_each_entry_safe(h, temp, &bkt->lsb_lru, loh_lru) { in lu_site_purge()
351 list_move(&h->loh_lru, &dispose); in lu_site_purge()
370 struct lu_object_header, loh_lru); in lu_site_purge()
371 list_del_init(&h->loh_lru); in lu_site_purge()
482 list_empty((struct list_head *)&hdr->loh_lru) ? \ in lu_object_header_print()
564 list_del_init(&h->loh_lru); in htable_lookup()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h543 struct list_head loh_lru; member