Searched defs:dircount (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c404 int dircount; local
599 * Set the dircount; this will be used as the size for the
605 * that for the dircount number.
607 dircount = (args->dircount < MAXBSIZE) ? MAXBSIZE : args->dircount;
608 dircount = (dircount > tsize) ? tsize : dircount;
609 if (dircount > arg
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h452 count3 dircount; member in struct:nfslog_READDIRPLUS3args
H A Dnfs.h1863 count3 dircount; member in struct:READDIRPLUS3args
H A Dnfs4_kprot.h1138 count4 dircount; member in struct:READDIR4args

Completed in 64 milliseconds