xref: /netbsd-src/sys/fs/v7fs/files.v7fs (revision fe9a32c84ea85750fdb22f4495630c274853f9f1)
1*fe9a32c8Suebayasi#	$NetBSD: files.v7fs,v 1.2 2014/10/11 06:42:20 uebayasi Exp $
29255b46fSuch
39255b46fSuchdeffs	V7FS
49255b46fSuchdefflag	opt_v7fs.h			V7FS_EI
59255b46fSuch
69255b46fSuch# Core. OS independent. These files are used by userland program.(fsck,newfs)
7*fe9a32c8Suebayasidefine	v7fs: vfs
89255b46fSuchfile	fs/v7fs/v7fs_endian.c		v7fs
99255b46fSuchfile	fs/v7fs/v7fs_superblock.c	v7fs
109255b46fSuchfile	fs/v7fs/v7fs_inode.c		v7fs
119255b46fSuchfile	fs/v7fs/v7fs_dirent.c		v7fs
129255b46fSuchfile	fs/v7fs/v7fs_datablock.c	v7fs
139255b46fSuchfile	fs/v7fs/v7fs_file.c		v7fs
149255b46fSuchfile	fs/v7fs/v7fs_io.c		v7fs
159255b46fSuch# util.
169255b46fSuchfile	fs/v7fs/v7fs_file_util.c	v7fs
179255b46fSuchfile	fs/v7fs/v7fs_inode_util.c	v7fs
189255b46fSuchfile	fs/v7fs/v7fs_superblock_util.c	v7fs
199255b46fSuch# OS glue
209255b46fSuchfile	fs/v7fs/v7fs_io_kern.c		v7fs
219255b46fSuchfile	fs/v7fs/v7fs_extern.c		v7fs
229255b46fSuchfile	fs/v7fs/v7fs_vnops.c		v7fs
239255b46fSuchfile	fs/v7fs/v7fs_vfsops.c		v7fs
24