The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/nfs/files.nfs

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: files.nfs,v 1.15 2018/05/17 02:34:31 thorpej Exp $
    2 
    3 deffs                           NFS
    4 
    5 defflag opt_nfs_boot.h          NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
    6                                 NFS_BOOT_GATEWAY NFS_BOOT_TCP NFS_BOOT_UDP
    7                                 NFS_BOOT_BOOTSTATIC
    8 
    9 defparam opt_nfs_boot.h         NFS_BOOT_BOOTP_REQFILE NFS_BOOT_OPTIONS
   10                                 NFS_BOOT_RWSIZE
   11                                 NFS_BOOTSTATIC_MYIP NFS_BOOTSTATIC_GWIP
   12                                 NFS_BOOTSTATIC_MASK NFS_BOOTSTATIC_SERVADDR
   13                                 NFS_BOOTSTATIC_SERVER
   14 
   15 defflag opt_nfs.h               NFS_V2_ONLY
   16 
   17 defflag                         NFSSERVER
   18 
   19 define  nfs: vfs, net
   20 file    nfs/krpc_subr.c         nfs
   21 file    nfs/nfs_bio.c           nfs
   22 file    nfs/nfs_boot.c          nfs
   23 file    nfs/nfs_bootdhcp.c      nfs & (nfs_boot_bootp | nfs_boot_dhcp)
   24 file    nfs/nfs_bootparam.c     nfs & nfs_boot_bootparam
   25 file    nfs/nfs_bootstatic.c    nfs & nfs_boot_bootstatic
   26 file    nfs/nfs_clntsocket.c    nfs
   27 file    nfs/nfs_clntsubs.c      nfs
   28 file    nfs/nfs_export.c        nfsserver
   29 file    nfs/nfs_iod.c           nfs
   30 file    nfs/nfs_kq.c            nfs
   31 file    nfs/nfs_node.c          nfs
   32 file    nfs/nfs_serv.c          nfsserver
   33 file    nfs/nfs_socket.c        nfsserver | nfs
   34 file    nfs/nfs_srvcache.c      nfsserver
   35 file    nfs/nfs_srvsubs.c       nfsserver
   36 file    nfs/nfs_srvsocket.c     nfsserver
   37 file    nfs/nfs_subs.c          nfsserver | nfs
   38 file    nfs/nfs_syscalls.c      nfsserver
   39 file    nfs/nfs_vfsops.c        nfs
   40 file    nfs/nfs_vnops.c         nfs

Cache object: 8c35ff7b204e19d8fd73734f85eb14ad


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.