m_ifree           926 fs/xfs/libxfs/xfs_sb.c 	mp->m_sb.sb_ifree = percpu_counter_sum(&mp->m_ifree);
m_ifree           313 fs/xfs/scrub/fscounters.c 	ifree = percpu_counter_sum(&mp->m_ifree);
m_ifree           346 fs/xfs/scrub/fscounters.c 	if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree))
m_ifree           294 fs/xfs/xfs_fsops.c 	cnt->freeino = percpu_counter_read_positive(&mp->m_ifree);
m_ifree          1190 fs/xfs/xfs_mount.c 	percpu_counter_add(&mp->m_ifree, delta);
m_ifree          1191 fs/xfs/xfs_mount.c 	if (percpu_counter_compare(&mp->m_ifree, 0) < 0) {
m_ifree          1193 fs/xfs/xfs_mount.c 		percpu_counter_add(&mp->m_ifree, -delta);
m_ifree            82 fs/xfs/xfs_mount.h 	struct percpu_counter	m_ifree;	/* free inodes counter */
m_ifree          1099 fs/xfs/xfs_super.c 	ifree = percpu_counter_sum(&mp->m_ifree);
m_ifree          1500 fs/xfs/xfs_super.c 	error = percpu_counter_init(&mp->m_ifree, 0, GFP_KERNEL);
m_ifree          1517 fs/xfs/xfs_super.c 	percpu_counter_destroy(&mp->m_ifree);
m_ifree          1528 fs/xfs/xfs_super.c 	percpu_counter_set(&mp->m_ifree, mp->m_sb.sb_ifree);
m_ifree          1537 fs/xfs/xfs_super.c 	percpu_counter_destroy(&mp->m_ifree);