HomeSort by: relevance | last modified time | path
    Searched defs:NFS_WSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/aarch64/include/
param.h 138 #ifndef NFS_WSIZE
139 #define NFS_WSIZE 32768 /* Default NFS write data size */
  /src/sys/arch/i386/include/
param.h 143 #ifndef NFS_WSIZE
144 #define NFS_WSIZE 32768
  /src/sys/arch/amd64/include/
param.h 122 #ifndef NFS_WSIZE
123 #define NFS_WSIZE 32768
  /src/sys/nfs/
nfs.h 82 #ifndef NFS_WSIZE
83 #define NFS_WSIZE 8192 /* Def. write data size */

Completed in 13 milliseconds