Home
last modified time | relevance | path

Searched refs:cfs_hash_ops_t (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c45 static cfs_hash_ops_t conn_hash_ops;
233 static cfs_hash_ops_t conn_hash_ops = {
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c50 static cfs_hash_ops_t uuid_hash_ops;
51 static cfs_hash_ops_t nid_hash_ops;
52 static cfs_hash_ops_t nid_stat_hash_ops;
1822 static cfs_hash_ops_t uuid_hash_ops = {
1892 static cfs_hash_ops_t nid_hash_ops = {
1946 static cfs_hash_ops_t nid_stat_hash_ops = {
Dcl_object.c614 static cfs_hash_ops_t cl_env_hops = {
Dlu_object.c944 cfs_hash_ops_t lu_site_hash_ops = {
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h321 } cfs_hash_ops_t; typedef
674 cfs_hash_ops_t *ops, unsigned flags);
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_quota.c195 static cfs_hash_ops_t quota_hash_ops = {
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c485 cfs_hash_ops_t ldlm_ns_hash_ops = {
496 cfs_hash_ops_t ldlm_ns_fid_hash_ops = {
514 cfs_hash_ops_t *nsd_hops;
Dldlm_flock.c822 static cfs_hash_ops_t ldlm_export_flock_ops = {
Dldlm_lockd.c957 static cfs_hash_ops_t ldlm_export_lock_ops = {
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h282 extern cfs_hash_ops_t pool_hash_operations;
Dlov_pool.c145 cfs_hash_ops_t pool_hash_operations = {
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1022 cfs_hash_ops_t *ops, unsigned flags) in cfs_hash_create()