Searched refs:xs_inodes_active (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_stats.c | 45 { "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 D | xfs_stats.h | 103 uint32_t xs_inodes_active; member
|
| H A D | xfs_icache.c | 109 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 D | xfs_metafile.c | 65 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 D | xfs_inode_buf.c | 272 XFS_STATS_DEC(ip->i_mount, xs_inodes_active); in xfs_inode_from_disk()
|