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

123

/illumos-gate/usr/src/boot/lib/libstand/
H A Dstrerror.c60 {ESTALE, "stale NFS file handle"},
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Derrno.c57 errno = ESTALE;
/illumos-gate/usr/src/uts/common/syscall/
H A Dreadlink.c77 if (error == ESTALE && fs_need_estale_retry(estale_retry++))
91 if ((error == ESTALE) &&
108 if (error == ESTALE && fs_need_estale_retry(estale_retry++))
H A Dstatvfs.c171 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
182 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
226 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
233 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
300 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
307 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
341 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
348 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
H A Daccess.c95 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
105 if ((error == ESTALE) &&
H A Dsymlink.c80 if (error == ESTALE && fs_need_estale_retry(estale_retry++))
104 if (error == ESTALE && fs_need_estale_retry(estale_retry++))
H A Dchdir.c76 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
83 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
123 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
130 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
H A Dstatfs.c75 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
85 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
H A Dpathconf.c150 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
H A Dstat.c111 if ((error == ESTALE) &&
272 if (error == ESTALE &&
395 if (error == ESTALE &&
503 if (error == ESTALE &&
622 if (error == ESTALE &&
H A Dacl.c80 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
88 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++))
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h127 #define ESTALE 70 /* Stale NFS file handle */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h179 #define ESTALE 151 /* Stale NFS file handle */ macro
H A Dmaperror.c283 case ESTALE:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h199 #define ESTALE 151 /* Stale NFS file handle */ macro
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmksh.cc51 if (res != 0 && (errno == ESTALE || errno == EAGAIN)) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_errno.c89 { ESTALE, NT_STATUS_INVALID_HANDLE },
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java639 * ESTALE.
641 public static final int ESTALE = 151; field in class:PoolsException
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_strerror.c212 case ESTALE:
H A Dnfs3_srv.c104 error = ESTALE;
175 error = ESTALE;
402 error = ESTALE;
597 error = ESTALE;
755 error = ESTALE;
943 error = ESTALE;
1282 error = ESTALE;
1537 error = ESTALE;
1894 error = ESTALE;
2043 error = ESTALE;
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c176 ret = ESTALE;
252 if (rc == ESTALE) {
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dkrb5ssp.c230 if (kerr <= 0 || kerr > ESTALE)
397 if (err <= 0 || err > ESTALE)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_mirror.c245 mc->mc_error = SET_ERROR(ESTALE);
431 mc->mc_error = SET_ERROR(ESTALE);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c239 #ifdef ESTALE
240 case ESTALE:
241 #endif /* ESTALE */

Completed in 95 milliseconds

123