Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h57 #define NFS4BUF_SIZE (READ4_SIZE+1024)
58 #define READ4_SIZE (32 * 1024) /* NFS4 readsize */ macro
H A Dnfs4ops.c84 nfs_readsize = READ4_SIZE; in nfs4read()