Home
last modified time | relevance | path

Searched refs:READ_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h52 #define NFSBUF_SIZE (READ_SIZE+1024)
53 #define READ_SIZE (8192) /* NFS readsize */ macro
H A Dnfs2ops.c80 nfs_readsize = READ_SIZE; in nfsread()