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

  /src/sys/arch/i386/include/
param.h 143 #ifndef NFS_WSIZE
144 #define NFS_WSIZE 32768
  /src/sys/arch/aarch64/include/
param.h 138 #ifndef NFS_WSIZE
139 #define NFS_WSIZE 32768 /* Default NFS write data size */
  /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 */
nfs_vfsops.c 740 nmp->nm_wsize = NFS_WSIZE;
  /src/sbin/mount_nfs/
mount_nfs.c 146 .wsize = NFS_WSIZE,
  /src/sys/fs/nfs/common/
nfs.h 76 #define NFS_WSIZE 8192 /* Def. write data size <= 8192 */
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 863 .wsize = NFS_WSIZE,
1478 nmp->nm_wsize = NFS_WSIZE;

Completed in 166 milliseconds