V4/nsys/filsys.h

Compare this file to the similar file:
Show the results in this format:

struct	filsys
{
	int	s_isize;
	int	s_fsize;
	int	s_nfree;
	int	s_free[100];
	int	s_ninode;
	int	s_inode[100];
	char	s_flock;
	char	s_ilock;
	char	s_fmod;
	int	s_time[2];
};