Home
last modified time | relevance | path

Searched refs:nid_exp_ref_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h121 atomic_t nid_exp_ref_count; /* for obd_nid_stats_hash member
127 atomic_inc(&(nidstat)->nid_exp_ref_count); \
132 atomic_dec(&(nidstat)->nid_exp_ref_count); \
133 LASSERTF(atomic_read(&(nidstat)->nid_exp_ref_count) >= 0, \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c996 LASSERTF(atomic_read(&client_stat->nid_exp_ref_count) == 0, in lprocfs_free_client_stats()
998 atomic_read(&client_stat->nid_exp_ref_count)); in lprocfs_free_client_stats()
1624 CDEBUG(D_INFO, "refcnt %d\n", atomic_read(&stat->nid_exp_ref_count)); in lprocfs_nid_stats_clear_write_cb()
1625 if (atomic_read(&stat->nid_exp_ref_count) == 1) { in lprocfs_nid_stats_clear_write_cb()
1691 atomic_set(&new_stat->nid_exp_ref_count, 1); in lprocfs_exp_setup()
1697 atomic_read(&new_stat->nid_exp_ref_count)); in lprocfs_exp_setup()