|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/include/linux/nfsd/ |
Upload File : |
/* * include/linux/nfsd/const.h * * Various constants related to NFS. * * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de> */ #ifndef _LINUX_NFSD_CONST_H #define _LINUX_NFSD_CONST_H #include <linux/nfs.h> #include <linux/nfs2.h> #include <linux/nfs3.h> /* * Maximum protocol version supported by knfsd */ #define NFSSVC_MAXVERS 3 /* * Maximum blocksize supported by daemon currently at 8K */ #define NFSSVC_MAXBLKSIZE (8*1024) #ifndef NFS_SUPER_MAGIC # define NFS_SUPER_MAGIC 0x6969 #endif #endif /* _LINUX_NFSD_CONST_H */