Searched refs:cfs_hash_del (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 885 cfs_hash_del(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 919 cfs_hash_del(exp->exp_obd->obd_uuid_hash, in class_unlink_export() 1205 cfs_hash_del(export->exp_obd->obd_nid_hash, in class_disconnect()
|
D | cl_object.c | 650 cookie = cfs_hash_del(cl_env_hash, cle->ce_owner, in cl_env_do_detach()
|
D | lprocfs_status.c | 1025 cfs_hash_del(hash, &stat->nid, &stat->nid_hash); in lprocfs_free_per_client_stats() 1762 cfs_hash_del(obd->obd_nid_stats_hash, nid, &new_stat->nid_hash); in lprocfs_exp_setup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1301 cfs_hash_del(struct cfs_hash *hs, const void *key, struct hlist_node *hnode) in cfs_hash_del() function 1332 EXPORT_SYMBOL(cfs_hash_del); 1343 return cfs_hash_del(hs, key, NULL); in cfs_hash_del_key()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 688 void *cfs_hash_del(struct cfs_hash *hs, const void *key, struct hlist_node *hnode);
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_flock.c | 126 cfs_hash_del(req->l_export->exp_flock_hash, in ldlm_flock_blocking_unlink()
|
D | ldlm_lock.c | 353 cfs_hash_del(lock->l_export->exp_lock_hash, in ldlm_lock_destroy_internal()
|