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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_vnops.c984 int error = 0, isdotdot = 0, getattrs = 1, nfsvers, numops; local
995 isdotdot = 1;
1011 if (isdotdot) {
1065 // nfsm_chain_op_check(error, &nmrep, (isdotdot ? NFS_OP_LOOKUPP : NFS_OP_LOOKUP));
H A Dnfs_serv.c595 int error, attrerr, dirattrerr, isdotdot; local
615 isdotdot = ((len == 2) && (ni.ni_cnd.cn_pnbuf[0] == '.') && (ni.ni_cnd.cn_pnbuf[1] == '.'));
639 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh);
4118 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; local
4272 isdotdot = ((dp->d_namlen == 2) &&
4274 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh))
H A Dnfs_vnops.c1386 int nfsvers, error, lockerror = ENOENT, isdot, isdotdot, negnamecache; local
1451 isdot = isdotdot = 0;
1456 isdotdot = 1;
1458 if (isdotdot || isdot) {
1505 if (isdotdot) {

Completed in 96 milliseconds