Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_sysctl.c35 __uint32_t vn_active; in xfs_stats_clear_proc_handler() local
44 vn_active = per_cpu(xfsstats, c).vn_active; in xfs_stats_clear_proc_handler()
47 per_cpu(xfsstats, c).vn_active = vn_active; in xfs_stats_clear_proc_handler()
Dxfs_stats.h103 __uint32_t vn_active; /* # vnodes not on free lists */ member
Dxfs_icache.c66 XFS_STATS_INC(vn_active); in xfs_inode_alloc()
132 XFS_STATS_DEC(vn_active); in xfs_inode_free()