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

  /src/sys/arch/i386/include/
param.h 140 #ifndef NFS_RSIZE
141 #define NFS_RSIZE 32768
  /src/sys/arch/aarch64/include/
param.h 135 #ifndef NFS_RSIZE
136 #define NFS_RSIZE 32768 /* Default NFS read data size */
  /src/sys/arch/amd64/include/
param.h 119 #ifndef NFS_RSIZE
120 #define NFS_RSIZE 32768
  /src/sys/nfs/
nfs.h 85 #ifndef NFS_RSIZE
86 #define NFS_RSIZE 8192 /* Def. read data size */
nfs_vfsops.c 741 nmp->nm_rsize = NFS_RSIZE;
  /src/sbin/mount_nfs/
mount_nfs.c 147 .rsize = NFS_RSIZE,
  /src/sys/fs/nfs/common/
nfs.h 77 #define NFS_RSIZE 8192 /* Def. read data size <= 8192 */
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 864 .rsize = NFS_RSIZE,
1479 nmp->nm_rsize = NFS_RSIZE;

Completed in 19 milliseconds