Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 25 of 61) sorted by relevance

123

/titanic_44/usr/src/uts/common/syscall/
H A Dstatvfs.c171 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 Dchdir.c76 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 Dreadlink.c77 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 Dsymlink.c80 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 Daccess.c95 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in caccess()
105 if ((error == ESTALE) && in caccess()
H A Dstatfs.c75 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 Dstat.c111 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 Dpathconf.c150 if ((error == ESTALE) && fs_need_estale_retry(estale_retry++)) in pathconf()
H A Dacl.c80 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 Dnlm_rpc_handle.c176 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 Dmksh.cc51 if (res != 0 && (errno == ESTALE || errno == EAGAIN)) { in my_chdir()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h127 #define ESTALE 70 /* Stale NFS file handle */ macro
/titanic_44/usr/src/uts/common/sys/
H A Derrno.h199 #define ESTALE 151 /* Stale NFS file handle */ macro
/titanic_44/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: in maperror()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c104 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 Dnfs_strerror.c212 case ESTALE: in nfs_strerror()
H A Dnfs_acl_srv.c460 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 DPoolsException.java641 public static final int ESTALE = 151; field in PoolsException
/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dkrb5ssp.c230 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 Dvdev_mirror.c244 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 Dcachefs_subr.c1132 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 Dcachefs_cod.c164 error = ESTALE; in c_cod_check_cached_object()
/titanic_44/usr/src/cmd/sendmail/src/
H A Derr.c239 #ifdef ESTALE
240 case ESTALE:
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c247 err = ESTALE; in smb_usr_t2request()
374 return (ESTALE); in smb_usr_rw()

123