Searched refs:ESTALE (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d163 inline int ESTALE = 70;
164 #pragma D binding "1.0" ESTALE
/xnu-2422.115.4/bsd/sys/
H A Derrno.h200 #define ESTALE 70 /* Stale NFS file handle */ macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c454 { BSM_ERRNO_ESTALE, ESTALE, ES("Stale NFS file handle") },
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c1361 * warning and return ESTALE.
1432 * an error. ESTALE is about the closest error, but it
1441 error = ESTALE;
3259 return (ESTALE);
3264 return (ESTALE);
3267 return (ESTALE);
3271 return (ESTALE);
3307 return ((nd == NULL || nd->nd_vers == NFS_VER2) ? ESTALE : NFSERR_TRYLATER);
3322 return ((nd == NULL || nd->nd_vers == NFS_VER2) ? ESTALE : NFSERR_TRYLATER);
3332 return (ESTALE);
[all...]
H A Dnfs_socket.c4192 if ((*status == ESTALE) && req->r_np) {
H A Dnfs_vfsops.c542 if ((error == ESTALE) || (error == ETIMEDOUT))
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c2497 error = ESTALE;
H A Dhfs_vfsops.c2643 result = ESTALE;

Completed in 189 milliseconds