Home
last modified time | relevance | path

Searched refs:cfs_hash_getref (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h689 struct cfs_hash *cfs_hash_getref(struct cfs_hash *hs);
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1160 struct cfs_hash *cfs_hash_getref(struct cfs_hash *hs) in cfs_hash_getref() function
1166 EXPORT_SYMBOL(cfs_hash_getref);
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c771 hash = cfs_hash_getref(obd->obd_uuid_hash); in class_new_export()