Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c91 LASSERT(list_empty(&top->loh_lru)); in lu_object_put()
127 LASSERT(list_empty(&top->loh_lru)); in lu_object_put()
128 list_add_tail(&top->loh_lru, &bkt->lsb_lru); in lu_object_put()
175 if (!list_empty(&top->loh_lru)) { in lu_object_unhash()
178 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()
372 struct lu_object_header, loh_lru); in lu_site_purge()
373 list_del_init(&h->loh_lru); in lu_site_purge()
484 list_empty((struct list_head *)&hdr->loh_lru) ? \ in lu_object_header_print()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlu_object.h541 struct list_head loh_lru; member