/titanic_44/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 171 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs() 182 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs() 226 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs64() 233 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs64() 300 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs32() 307 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs32() 341 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs64_32() 348 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statvfs64_32()
|
H A D | chdir.c | 76 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in chdir() 83 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in chdir() 123 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in chroot() 130 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in chroot()
|
H A D | readlink.c | 77 if (error == ESTALE && fs_need_estale_retry(estale_retry++)) in readlinkat() 91 if ((error == ESTALE) && in readlinkat() 108 if (error == ESTALE && fs_need_estale_retry(estale_retry++)) in readlinkat()
|
H A D | symlink.c | 80 if (error == ESTALE && fs_need_estale_retry(estale_retry++)) in symlinkat() 104 if (error == ESTALE && fs_need_estale_retry(estale_retry++)) in symlinkat()
|
H A D | access.c | 95 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in caccess() 105 if ((error == ESTALE) && in caccess()
|
H A D | statfs.c | 75 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statfs32() 85 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in statfs32()
|
H A D | stat.c | 111 if ((error == ESTALE) && in cstatat_getvp() 272 if (error == ESTALE && in cstatat() 395 if (error == ESTALE && in cstatat32() 503 if (error == ESTALE && in cstatat64() 622 if (error == ESTALE && in cstatat64_32()
|
H A D | pathconf.c | 150 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in pathconf()
|
H A D | acl.c | 80 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in acl() 88 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in acl()
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_rpc_handle.c | 176 ret = ESTALE; in refresh_nlm_rpc() 252 if (rc == ESTALE) { in nlm_host_get_rpc()
|
/titanic_44/usr/src/cmd/make/lib/mksh/ |
H A D | mksh.cc | 51 if (res != 0 && (errno == ESTALE || errno == EAGAIN)) { in my_chdir()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 127 #define ESTALE 70 /* Stale NFS file handle */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | errno.h | 199 #define ESTALE 151 /* Stale NFS file handle */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 179 #define ESTALE 151 /* Stale NFS file handle */ macro
|
H A D | maperror.c | 283 case ESTALE: in maperror()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_srv.c | 104 error = ESTALE; in rfs3_getattr() 175 error = ESTALE; in rfs3_setattr() 402 error = ESTALE; in rfs3_lookup() 597 error = ESTALE; in rfs3_access() 755 error = ESTALE; in rfs3_readlink() 943 error = ESTALE; in rfs3_read() 1282 error = ESTALE; in rfs3_write() 1537 error = ESTALE; in rfs3_create() 1894 error = ESTALE; in rfs3_mkdir() 2043 error = ESTALE; in rfs3_symlink() [all …]
|
H A D | nfs_strerror.c | 212 case ESTALE: in nfs_strerror()
|
H A D | nfs_acl_srv.c | 460 error = ESTALE; in acl3_getacl() 571 error = ESTALE; in acl3_setacl()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 641 public static final int ESTALE = 151; field in PoolsException
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | krb5ssp.c | 230 if (kerr <= 0 || kerr > ESTALE) in krb5ssp_get_tkt() 397 if (err <= 0 || err > ESTALE) in krb5ssp_final()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_mirror.c | 244 mc->mc_error = SET_ERROR(ESTALE); in vdev_mirror_child_select() 430 mc->mc_error = SET_ERROR(ESTALE); in vdev_mirror_io_done()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_subr.c | 1132 error = ESTALE; in cachefs_getfrontfile() 1148 error = ESTALE; in cachefs_getfrontfile() 1176 error = ESTALE; in cachefs_getfrontfile() 1190 error = ESTALE; in cachefs_getfrontfile() 1214 error = (cp->c_flags & CN_NOCACHE) ? ESTALE : 0; in cachefs_getfrontfile() 1235 error = (cp->c_flags & CN_NOCACHE) ? ESTALE : 0; in cachefs_getfrontfile() 1945 return (ESTALE); in cachefs_getbackvp()
|
H A D | cachefs_cod.c | 164 error = ESTALE; in c_cod_check_cached_object()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | err.c | 239 #ifdef ESTALE 240 case ESTALE:
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_usr.c | 247 err = ESTALE; in smb_usr_t2request() 374 return (ESTALE); in smb_usr_rw()
|