Searched refs:isdotdot (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfs_serv.c | 672 int error, attrerr, dirattrerr, isdotdot; in nfsrv_lookup() local 691 isdotdot = ((len == 2) && (ni.ni_cnd.cn_pnbuf[0] == '.') && (ni.ni_cnd.cn_pnbuf[1] == '.')); in nfsrv_lookup() 727 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh); in nfsrv_lookup() 4490 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; in nfsrv_readdirplus() local 4671 isdotdot = ((dp->d_namlen == 2) && in nfsrv_readdirplus() 4673 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh)) { in nfsrv_readdirplus()
|