Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_serv.c662 int error, attrerr, dirattrerr, isdotdot; in nfsrv_lookup() local
681 isdotdot = ((len == 2) && (ni.ni_cnd.cn_pnbuf[0] == '.') && (ni.ni_cnd.cn_pnbuf[1] == '.')); in nfsrv_lookup()
717 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh); in nfsrv_lookup()
4468 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; in nfsrv_readdirplus() local
4645 isdotdot = ((dp->d_namlen == 2) && in nfsrv_readdirplus()
4647 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh)) { in nfsrv_readdirplus()