Home
last modified time | relevance | path

Searched refs:xs_inodes_active (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_stats.c45 { "icluster", xfsstats_offset(xs_inodes_active) }, in xfs_stats_format()
103 uint32_t xs_inodes_active, xs_inodes_meta; in xfs_stats_clearall() local
112 xs_inodes_active = per_cpu_ptr(stats, c)->s.xs_inodes_active; in xfs_stats_clearall()
115 per_cpu_ptr(stats, c)->s.xs_inodes_active = xs_inodes_active; in xfs_stats_clearall()
H A Dxfs_stats.h103 uint32_t xs_inodes_active; member
H A Dxfs_icache.c109 XFS_STATS_INC(mp, xs_inodes_active); in xfs_inode_alloc()
178 XFS_STATS_DEC(ip->i_mount, xs_inodes_active); in __xfs_inode_free()
/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c65 XFS_STATS_DEC(ip->i_mount, xs_inodes_active); in xfs_metafile_set_iflag()
80 XFS_STATS_INC(ip->i_mount, xs_inodes_active); in xfs_metafile_clear_iflag()
H A Dxfs_inode_buf.c272 XFS_STATS_DEC(ip->i_mount, xs_inodes_active); in xfs_inode_from_disk()