Home | History | Annotate | Line # | Download | only in v7fs
      1  1.1       uch #	$NetBSD: files.v7fs,v 1.2 2014/10/11 06:42:20 uebayasi Exp $
      2  1.1       uch 
      3  1.1       uch deffs	V7FS
      4  1.1       uch defflag	opt_v7fs.h			V7FS_EI
      5  1.1       uch 
      6  1.1       uch # Core. OS independent. These files are used by userland program.(fsck,newfs)
      7  1.2  uebayasi define	v7fs: vfs
      8  1.1       uch file	fs/v7fs/v7fs_endian.c		v7fs
      9  1.1       uch file	fs/v7fs/v7fs_superblock.c	v7fs
     10  1.1       uch file	fs/v7fs/v7fs_inode.c		v7fs
     11  1.1       uch file	fs/v7fs/v7fs_dirent.c		v7fs
     12  1.1       uch file	fs/v7fs/v7fs_datablock.c	v7fs
     13  1.1       uch file	fs/v7fs/v7fs_file.c		v7fs
     14  1.1       uch file	fs/v7fs/v7fs_io.c		v7fs
     15  1.1       uch # util.
     16  1.1       uch file	fs/v7fs/v7fs_file_util.c	v7fs
     17  1.1       uch file	fs/v7fs/v7fs_inode_util.c	v7fs
     18  1.1       uch file	fs/v7fs/v7fs_superblock_util.c	v7fs
     19  1.1       uch # OS glue
     20  1.1       uch file	fs/v7fs/v7fs_io_kern.c		v7fs
     21  1.1       uch file	fs/v7fs/v7fs_extern.c		v7fs
     22  1.1       uch file	fs/v7fs/v7fs_vnops.c		v7fs
     23  1.1       uch file	fs/v7fs/v7fs_vfsops.c		v7fs
     24