Searched refs:cfs_hash_del (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1309 cfs_hash_del(struct cfs_hash *hs, const void *key, struct hlist_node *hnode) in cfs_hash_del() function 1340 EXPORT_SYMBOL(cfs_hash_del); 1351 return cfs_hash_del(hs, key, NULL); in cfs_hash_del_key()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 790 cfs_hash_del(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 822 cfs_hash_del(exp->exp_obd->obd_uuid_hash, in class_unlink_export()
|
D | cl_object.c | 625 cookie = cfs_hash_del(cl_env_hash, cle->ce_owner, in cl_env_do_detach()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 701 void *cfs_hash_del(struct cfs_hash *hs, const void *key,
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lock.c | 333 cfs_hash_del(lock->l_export->exp_lock_hash, in ldlm_lock_destroy_internal()
|