Searched refs:cfs_hash_bd_add_locked (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 529 cfs_hash_bd_add_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_bd_add_locked() function 546 EXPORT_SYMBOL(cfs_hash_bd_add_locked); 663 cfs_hash_bd_add_locked(hs, bd, hnode); in cfs_hash_bd_lookup_intent() 778 cfs_hash_bd_add_locked(hs, &bds[0], hnode); in cfs_hash_multi_bd_findadd_locked() 783 cfs_hash_bd_add_locked(hs, &mybd, hnode); in cfs_hash_multi_bd_findadd_locked() 1234 cfs_hash_bd_add_locked(hs, &bd, hnode); in cfs_hash_add() 2012 cfs_hash_bd_add_locked(hs, &new_bd, hnode); in cfs_hash_rehash_key()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 616 void cfs_hash_bd_add_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd,
|
/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 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()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 1143 cfs_hash_bd_add_locked(ns->ns_rs_hash, &bd, &res->lr_hash); in ldlm_resource_get()
|