Home
last modified time | relevance | path

Searched refs:entries_size (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c2148 uint_t entries_size; in xdr_READDIR3vres() local
2178 entries_size = objp->entries_size; in xdr_READDIR3vres()
2215 if ((outcount + this_reclen) > entries_size) { in xdr_READDIR3vres()
2380 uint_t entries_size; in xdr_READDIRPLUS3vres() local
2420 entries_size = objp->entries_size; in xdr_READDIRPLUS3vres()
2460 if ((outcount + this_reclen) > entries_size) { in xdr_READDIRPLUS3vres()
H A Dnfs3_vnops.c4105 res.entries_size = rdc->buflen; in nfs3readdir()
4215 res.entries_size = rdc->buflen; in nfs3readdirplus()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h1852 uint_t entries_size; /* max size of entries */ member
1931 uint_t entries_size; /* max size of entries */ member