Searched refs:MINSIZ (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents4.c50 #define MINSIZ 20 macro
140 * This results in MINSIZ bytes/name in the xdr stream.
142 readdir_args.rd_dircount = MAXDENTS * MINSIZ;
144 (MAXDENTS * MINSIZ);
H A Dgetdents.c50 #define MINSIZ 20 macro
129 * This results in MINSIZ bytes/name in the xdr stream.
131 rda.count = sizeof (res) + MAXDENTS*MINSIZ;
H A Dgetdents3.c50 #define MINSIZ 20 macro
130 * This results in MINSIZ bytes/name in the xdr stream.
132 rda.count = sizeof (res) + MAXDENTS*MINSIZ;

Completed in 93 milliseconds