Home
last modified time | relevance | path

Searched refs:vn_active (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_stats.c91 uint32_t vn_active; in xfs_stats_clearall() local
97 vn_active = per_cpu_ptr(stats, c)->s.vn_active; in xfs_stats_clearall()
99 per_cpu_ptr(stats, c)->s.vn_active = vn_active; in xfs_stats_clearall()
Dxfs_stats.h117 uint32_t vn_active; /* # vnodes not on free lists */ member
Dxfs_icache.c56 XFS_STATS_INC(mp, vn_active); in xfs_inode_alloc()
113 XFS_STATS_DEC(ip->i_mount, vn_active); in __xfs_inode_free()