Nsys/sys/nsys/file.h

Find at most related files.
including files from this version of Unix.

struct file {
	char	f_flag;
	char	f_count;
	int	f_inode;
	char	*f_offset[2];
} file[NFILE];

/* flags */
#define	FREAD	01
#define	FWRITE	02