Searched refs:dircount (Results 1 - 17 of 17) 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...]
H A Dnfs3_srv.c3437 args->dircount = MIN(args->dircount, args->maxcount);
3439 if (args->dircount < DIRENT64_RECLEN(MAXNAMELEN))
3440 args->dircount = DIRENT64_RECLEN(MAXNAMELEN);
3448 namlen = kmem_alloc(args->dircount, KM_SLEEP);
3450 space_left = args->dircount;
3451 data = kmem_alloc(args->dircount, KM_SLEEP);
3495 kmem_free(data, args->dircount);
3501 kmem_free(data, args->dircount);
3539 * Also check the dircount limi
[all...]
H A Dnfs_log_xdr.c791 if (!xdr_uint32(xdrs, &objp->dircount))
H A Dnfs4_xdr.c2152 ASSERT(aobjp->dircount > 0);
2170 rdc->entries = kmem_alloc(aobjp->dircount, KM_SLEEP);
2173 rdc->entlen = rdc->buflen = space_left = aobjp->dircount;
3644 if (!xdr_u_int(xdrs, &objp->dircount))
H A Dnfs3_xdr.c2279 if (!xdr_u_int(xdrs, &objp->dircount))
H A Dnfs3_vnops.c4192 args.dircount = rdc->buflen;
H A Dnfs4_vnops.c9308 rargs->dircount = MIN(rdc->buflen, mi->mi_tsize);
9321 if (rargs->dircount < (DIRENT64_RECLEN(1) + DIRENT64_RECLEN(2))) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c210 args->dircount = 1024;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h452 count3 dircount; member in struct:nfslog_READDIRPLUS3args
H A Dnfs4_kprot.h1138 count4 dircount; member in struct:READDIR4args
H A Dnfs.h1863 count3 dircount; member in struct:READDIRPLUS3args
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x1039 count3 dircount;
H A Dnfs4_prot.x1138 count4 dircount;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c819 if (!xdr_count3(xdrs, &objp->dircount))
H A Dnfslog_elf.c1052 args->dircount);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1915 args->dircount, args->maxcount);
1926 sprintf(get_line(0, 0), "Dircount = %u", args->dircount);
H A Dnfs4_xdr.c1954 if (!xdr_count4(xdrs, &objp->dircount))

Completed in 146 milliseconds