Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_stats.c101 __uint32_t vn_active; in xfs_stats_clearall() local
107 vn_active = per_cpu_ptr(stats, c)->vn_active; in xfs_stats_clearall()
109 per_cpu_ptr(stats, c)->vn_active = vn_active; in xfs_stats_clearall()
Dxfs_stats.h101 __uint32_t vn_active; /* # vnodes not on free lists */ member
Dxfs_icache.c66 XFS_STATS_INC(mp, vn_active); in xfs_inode_alloc()
132 XFS_STATS_DEC(ip->i_mount, vn_active); in xfs_inode_free()