Searched refs:rdirplus (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c2052 /* if rdirplus, try dir buf cache lookup */
4901 nfs_dir_buf_freespace(struct nfsbuf *bp, int rdirplus) argument
4909 if (rdirplus)
5350 int error = 0, lockerror, nfsvers, rdirplus, bigcookies; local
5371 rdirplus = ((nfsvers > NFS_VER2) && NMFLAG(nmp, RDIRPLUS)) ? 1 : 0;
5398 while (nfs_dir_buf_freespace(bp, rdirplus) && !(ndbhp->ndbh_flags & NDB_FULL)) {
5411 if (rdirplus)
5419 rdirplus ? NFSPROC_READDIRPLUS : NFSPROC_READDIR,
5447 if (rdirplus)
5470 fhlen = rdirplus
[all...]
H A Dnfs4_vnops.c719 int error = 0, lockerror, nfsvers, namedattr, rdirplus, bigcookies, numops; local
743 rdirplus = (NMFLAG(nmp, RDIRPLUS) || namedattr) ? 1 : 0;
753 if (rdirplus) {
793 fhlen = rdirplus ? fh.fh_len + 1 : 0;
794 xlen = rdirplus ? (fhlen + sizeof(time_t)) : 0;
811 if (rdirplus) /* zero out attributes */
833 if (rdirplus) /* zero out attributes */
847 while (nfs_dir_buf_freespace(bp, rdirplus) && !(ndbhp->ndbh_flags & NDB_FULL)) {
891 if (rdirplus)
919 fhlen = rdirplus
[all...]

Completed in 30 milliseconds