Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c994 client_stat->nid_proc, client_stat->nid_stats); in lprocfs_free_client_stats()
1000 if (client_stat->nid_proc) in lprocfs_free_client_stats()
1001 lprocfs_remove(&client_stat->nid_proc); in lprocfs_free_client_stats()
1721 new_stat->nid_proc = lprocfs_register(buffer, in lprocfs_exp_setup()
1726 if (IS_ERR(new_stat->nid_proc)) { in lprocfs_exp_setup()
1729 rc = PTR_ERR(new_stat->nid_proc); in lprocfs_exp_setup()
1730 new_stat->nid_proc = NULL; in lprocfs_exp_setup()
1734 entry = lprocfs_add_simple(new_stat->nid_proc, "uuid", in lprocfs_exp_setup()
1742 entry = lprocfs_add_simple(new_stat->nid_proc, "hash", in lprocfs_exp_setup()
1760 if (new_stat->nid_proc != NULL) in lprocfs_exp_setup()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h118 struct proc_dir_entry *nid_proc; member
Dobd_class.h432 return lprocfs_register_stats(tmp->nid_proc, "ldlm_stats", in lprocfs_nid_ldlm_stats_init()