Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c89 LASSERT(top->loh_hash.next == NULL in lu_object_put()
90 && top->loh_hash.pprev == NULL); in lu_object_put()
149 cfs_hash_bd_del_locked(site->ls_obj_hash, &bd, &top->loh_hash); in lu_object_put()
183 cfs_hash_bd_del_locked(obj_hash, &bd, &top->loh_hash); in lu_object_unhash()
350 &bd2, &h->loh_hash); in lu_site_purge()
483 hlist_unhashed(&hdr->loh_hash) ? "" : " hash", in lu_object_header_print()
545 h = container_of0(hnode, struct lu_object_header, loh_hash); in htable_lookup()
598 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_new()
664 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_find_try()
787 h = hlist_entry(hnode, struct lu_object_header, loh_hash); in lu_site_obj_print()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlu_object.h537 struct hlist_node loh_hash; member