Searched refs:m_sb_cnts (Results 1 – 2 of 2) sorted by relevance
1534 per_cpu_ptr(mp->m_sb_cnts, (unsigned long)hcpu); in xfs_icsb_cpu_notify()1586 mp->m_sb_cnts = alloc_percpu(xfs_icsb_cnts_t); in xfs_icsb_init_counters()1587 if (mp->m_sb_cnts == NULL) in xfs_icsb_init_counters()1591 cntp = (xfs_icsb_cnts_t *)per_cpu_ptr(mp->m_sb_cnts, i); in xfs_icsb_init_counters()1632 if (mp->m_sb_cnts) { in xfs_icsb_destroy_counters()1634 free_percpu(mp->m_sb_cnts); in xfs_icsb_destroy_counters()1664 cntp = (xfs_icsb_cnts_t *)per_cpu_ptr(mp->m_sb_cnts, i); in xfs_icsb_lock_all_counters()1677 cntp = (xfs_icsb_cnts_t *)per_cpu_ptr(mp->m_sb_cnts, i); in xfs_icsb_unlock_all_counters()1697 cntp = (xfs_icsb_cnts_t *)per_cpu_ptr(mp->m_sb_cnts, i); in xfs_icsb_count()1773 cntp = per_cpu_ptr(mp->m_sb_cnts, i); in xfs_icsb_enable_counter()[all …]
156 xfs_icsb_cnts_t __percpu *m_sb_cnts; /* per-cpu superblock counters */ member