Searched refs:isdotdot (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vfsops.c | 1762 int error = 0, numops, status, interval, isdotdot, loopcnt = 0, depth = 0; in nfs4_mount() local 1867 isdotdot = 0; in nfs4_mount() 1877 isdotdot = 1; in nfs4_mount() 1879 if (isdotdot && (dirfh.fh_len == 0)) { in nfs4_mount() 1887 NFSREQ_SECINFO_SET(&si, NULL, NULL, 0, isdotdot ? NULL : fspath.np_components[comp], 0); in nfs4_mount() 1889 …NFSREQ_SECINFO_SET(&si, NULL, dirfh.fh_data, dirfh.fh_len, isdotdot ? NULL : fspath.np_components[… in nfs4_mount() 1902 if (isdotdot) { in nfs4_mount() 1931 nfsm_chain_op_check(error, &nmrep, isdotdot ? NFS_OP_LOOKUPP : NFS_OP_LOOKUP); in nfs4_mount() 2026 if ((nmp->nm_state & NFSSTA_NEEDSECINFO) && (comp == (fspath.np_compcount - 1)) && !isdotdot) { in nfs4_mount() 2029 NFSREQ_SECINFO_SET(&si, NULL, NULL, 0, isdotdot ? NULL : fspath.np_components[comp], 0); in nfs4_mount() [all …]
|
| H A D | nfs_serv.c | 664 int error, attrerr, dirattrerr, isdotdot; in nfsrv_lookup() local 683 isdotdot = ((len == 2) && (ni.ni_cnd.cn_pnbuf[0] == '.') && (ni.ni_cnd.cn_pnbuf[1] == '.')); in nfsrv_lookup() 719 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh); in nfsrv_lookup() 4482 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; in nfsrv_readdirplus() local 4659 isdotdot = ((dp->d_namlen == 2) && in nfsrv_readdirplus() 4661 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh)) { in nfsrv_readdirplus()
|
| H A D | nfs_vnops.c | 495 int isdotdot = (dp->d_namlen == 2) && (dp->d_name[0] == '.') && (dp->d_name[1] == '.'); in nfs_rdirplus_update_node_attrs() local 499 if (isdot || isdotdot) { in nfs_rdirplus_update_node_attrs() 2532 int nfsvers, error, busyerror = ENOENT, isdot, isdotdot, negnamecache; in nfs_vnop_lookup() local 2612 isdot = isdotdot = 0; in nfs_vnop_lookup() 2618 isdotdot = 1; in nfs_vnop_lookup() 2621 if (isdotdot || isdot) { in nfs_vnop_lookup() 2674 if (isdotdot) { in nfs_vnop_lookup() 6214 …int isdotdot = (cnp->cn_namelen == 2) && (cnp->cn_nameptr[0] == '.') && (cnp->cn_nameptr[1] == '.'… in nfs_dir_buf_cache_lookup() local 6225 if (isdot || isdotdot) { in nfs_dir_buf_cache_lookup()
|
| H A D | nfs4_vnops.c | 1186 int error = 0, isdotdot = 0, nfsvers, numops; in nfs4_lookup_rpc_async() local 1202 isdotdot = 1; in nfs4_lookup_rpc_async() 1221 if (isdotdot) { in nfs4_lookup_rpc_async() 1233 if ((dnp->n_flag & NISDOTZFS) && !isdotdot) { in nfs4_lookup_rpc_async() 1236 if ((dnp->n_flag & NISDOTZFSCHILD) && isdotdot) { in nfs4_lookup_rpc_async() 1265 int error = 0, lockerror = ENOENT, status, nfsvers, numops, isdotdot = 0; in nfs4_lookup_rpc_async_finish() local 1277 isdotdot = 1; in nfs4_lookup_rpc_async_finish() 1296 nfsm_chain_op_check(error, &nmrep, (isdotdot ? NFS_OP_LOOKUPP : NFS_OP_LOOKUP)); in nfs4_lookup_rpc_async_finish()
|