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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c2100 int error = 0, numops, status, interval, isdotdot, loopcnt = 0, depth = 0; local
2208 isdotdot = 0;
2218 isdotdot = 1;
2219 if (isdotdot && (dirfh.fh_len == 0)) {
2227 NFSREQ_SECINFO_SET(&si, NULL, NULL, 0, isdotdot ? NULL : fspath.np_components[comp], 0);
2229 NFSREQ_SECINFO_SET(&si, NULL, dirfh.fh_data, dirfh.fh_len, isdotdot ? NULL : fspath.np_components[comp], 0);
2241 if (isdotdot) {
2268 nfsm_chain_op_check(error, &nmrep, isdotdot ? NFS_OP_LOOKUPP : NFS_OP_LOOKUP);
2365 if ((nmp->nm_state & NFSSTA_NEEDSECINFO) && (comp == (fspath.np_compcount-1)) && !isdotdot) {
2368 NFSREQ_SECINFO_SET(&si, NULL, NULL, 0, isdotdot
[all...]
H A Dnfs_serv.c601 int error, attrerr, dirattrerr, isdotdot; local
624 isdotdot = ((len == 2) && (ni.ni_cnd.cn_pnbuf[0] == '.') && (ni.ni_cnd.cn_pnbuf[1] == '.'));
648 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh);
4123 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; local
4279 isdotdot = ((dp->d_namlen == 2) &&
4281 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh))
H A Dnfs4_vnops.c1077 int error = 0, isdotdot = 0, nfsvers, numops; local
1091 isdotdot = 1;
1110 if (isdotdot) {
1122 if ((dnp->n_flag & NISDOTZFS) && !isdotdot)
1124 if ((dnp->n_flag & NISDOTZFSCHILD) && isdotdot)
1151 int error = 0, lockerror = ENOENT, status, nfsvers, numops, isdotdot = 0; local
1160 isdotdot = 1;
1176 nfsm_chain_op_check(error, &nmrep, (isdotdot ? NFS_OP_LOOKUPP : NFS_OP_LOOKUP));
H A Dnfs_vnops.c2016 int nfsvers, error, busyerror = ENOENT, isdot, isdotdot, negnamecache; local
2085 isdot = isdotdot = 0;
2090 isdotdot = 1;
2092 if (isdotdot || isdot) {
2143 if (isdotdot) {

Completed in 109 milliseconds