Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1553 if (exp->exp_nid_stats) in lprocfs_exp_print_uuid()
1701 if (exp->exp_nid_stats) { in lprocfs_exp_setup()
1702 nidstat_putref(exp->exp_nid_stats); in lprocfs_exp_setup()
1703 exp->exp_nid_stats = NULL; in lprocfs_exp_setup()
1709 exp->exp_nid_stats = old_stat; in lprocfs_exp_setup()
1750 exp->exp_nid_stats = new_stat; in lprocfs_exp_setup()
1773 struct nid_stat *stat = exp->exp_nid_stats; in lprocfs_exp_cleanup()
1778 nidstat_putref(exp->exp_nid_stats); in lprocfs_exp_cleanup()
1779 exp->exp_nid_stats = NULL; in lprocfs_exp_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h193 struct nid_stat *exp_nid_stats; member
Dobd_class.h382 if ((export)->exp_nid_stats != NULL && \
383 (export)->exp_nid_stats->nid_stats != NULL) \
385 (export)->exp_nid_stats->nid_stats, coffset);\