Home
last modified time | relevance | path

Searched refs:cfs_hash_ops (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c45 static struct cfs_hash_ops conn_hash_ops;
233 static struct cfs_hash_ops conn_hash_ops = {
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h78 struct cfs_hash_ops;
216 struct cfs_hash_ops *hs_ops;
300 struct cfs_hash_ops { struct
687 struct cfs_hash_ops *ops, unsigned flags);
/drivers/staging/lustre/lustre/osc/
Dosc_quota.c196 static struct cfs_hash_ops quota_hash_ops = {
/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c534 static struct cfs_hash_ops ldlm_ns_hash_ops = {
545 static struct cfs_hash_ops ldlm_ns_fid_hash_ops = {
563 struct cfs_hash_ops *nsd_hops;
/drivers/staging/lustre/lustre/lov/
Dlov_internal.h237 extern struct cfs_hash_ops pool_hash_operations;
Dlov_pool.c145 struct cfs_hash_ops pool_hash_operations = {
/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c50 static struct cfs_hash_ops uuid_hash_ops;
1476 static struct cfs_hash_ops uuid_hash_ops = {
Dcl_object.c589 static struct cfs_hash_ops cl_env_hops = {
Dlu_object.c919 struct cfs_hash_ops lu_site_hash_ops = {
/drivers/staging/lustre/lustre/libcfs/
Dhash.c1031 struct cfs_hash_ops *ops, unsigned flags) in cfs_hash_create()