Searched refs:loh_hash (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 88 LASSERT(top->loh_hash.next == NULL in lu_object_put() 89 && top->loh_hash.pprev == NULL); in lu_object_put() 146 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() 481 hlist_unhashed(&hdr->loh_hash) ? "" : " hash", in lu_object_header_print() 560 h = container_of0(hnode, struct lu_object_header, loh_hash); in htable_lookup() 611 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_new() 681 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_find_try() 805 h = hlist_entry(hnode, struct lu_object_header, loh_hash); in lu_site_obj_print() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 539 struct hlist_node loh_hash; member
|