Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h55 #define NFS3BUF_SIZE (READ3_SIZE+1024)
56 #define READ3_SIZE (32 * 1024) /* NFS3 readsize */ macro
H A Dnfs3ops.c82 nfs_readsize = READ3_SIZE; in nfs3read()