Home | History | Annotate | Line # | Download | only in nfs
files.nfs revision 1.1
      1  1.1  thorpej #	$NetBSD: files.nfs,v 1.1 2002/04/16 23:14:09 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej deffs	fs_nfs.h		NFS
      4  1.1  thorpej 
      5  1.1  thorpej defflag opt_nfs_boot.h		NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
      6  1.1  thorpej 				NFS_BOOT_GATEWAY NFS_BOOT_TCP
      7  1.1  thorpej 
      8  1.1  thorpej defparam opt_nfs_boot.h		NFS_BOOT_BOOTP_REQFILE NFS_BOOT_OPTIONS
      9  1.1  thorpej 				NFS_BOOT_RWSIZE
     10  1.1  thorpej 
     11  1.1  thorpej defflag opt_nfs.h		NFS_V2_ONLY
     12  1.1  thorpej 
     13  1.1  thorpej defflag				NFSSERVER
     14  1.1  thorpej 
     15  1.1  thorpej file	nfs/krpc_subr.c		nfs 
     16  1.1  thorpej file	nfs/nfs_bio.c		nfs 
     17  1.1  thorpej file	nfs/nfs_boot.c		nfs 
     18  1.1  thorpej file	nfs/nfs_bootdhcp.c	nfs & (nfs_boot_bootp | nfs_boot_dhcp)
     19  1.1  thorpej file	nfs/nfs_bootparam.c	nfs & nfs_boot_bootparam
     20  1.1  thorpej file	nfs/nfs_node.c		nfs   
     21  1.1  thorpej file	nfs/nfs_nqlease.c	nfsserver | nfs
     22  1.1  thorpej file	nfs/nfs_serv.c		nfsserver
     23  1.1  thorpej file	nfs/nfs_socket.c	nfsserver | nfs
     24  1.1  thorpej file	nfs/nfs_srvcache.c	nfsserver
     25  1.1  thorpej file	nfs/nfs_subs.c		nfsserver | nfs
     26  1.1  thorpej file	nfs/nfs_syscalls.c	nfsserver | nfs
     27  1.1  thorpej file	nfs/nfs_vfsops.c	nfs  
     28  1.1  thorpej file	nfs/nfs_vnops.c		nfs  
     29