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

123

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_error.c120 *error_return = ESTALE;
133 *error_return = ESTALE;
146 return ESTALE;
H A Dnfs_subr.c183 res.ns_status = nfs_error(ESTALE);
360 res.ns_status = nfs_error(ESTALE);
374 res.dr_status = nfs_error(ESTALE);
442 res = nfs_error(ESTALE);
465 res = nfs_error(ESTALE);
479 res = nfs_error(ESTALE);
493 res.dr_status = nfs_error(ESTALE);
687 error = ESTALE;
698 * avoids timing it out and so sending ESTALE
728 * ESTALE i
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h38 #define ECOMM ESTALE
/freebsd-11-stable/contrib/llvm-project/libcxx/src/include/
H A Dconfig_elast.h33 #define _LIBCPP_ELAST ESTALE
/freebsd-11-stable/stand/libsa/
H A Dstrerror.c60 {ESTALE, "stale NFS file handle"},
/freebsd-11-stable/stand/efi/libefi/
H A Derrno.c55 case ESTALE:
120 errno = ESTALE;
/freebsd-11-stable/contrib/amd/conf/umount/
H A Dumount_bsd44.c77 case ESTALE:
/freebsd-11-stable/contrib/tcsh/
H A Dsh.print.c278 #ifdef ESTALE
282 case ESTALE:
286 * Deal with SoFS bogocity: returns ENOENT instead of ESTALE.
/freebsd-11-stable/sys/sys/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d174 inline int ESTALE = 70;
175 #pragma D binding "1.0" ESTALE
316 errno == ESTALE ? "Stale NFS file handle" :
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c111 [ESTALE] = CLOUDABI_ESTALE,
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c252 return ESTALE;
256 return ESTALE;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h255 #define ESTALE WSAESTALE macro
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_vfsops.c244 return (ESTALE);
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c152 ATF_REQUIRE_ERRNO(ESTALE, rump_sys_fhopen(fhp, fhsize, O_RDONLY) == -1);
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c122 ENTRY(ESTALE),
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c118 [CLOUDABI_ESTALE] = ESTALE,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c421 #if defined (ESTALE)
422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c421 #if defined (ESTALE)
422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c613 return (ESTALE);
713 return (ESTALE);
721 return (ESTALE);
742 return (ESTALE);
752 return (ESTALE);
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c706 #ifdef ESTALE
711 atf_tc_fail_nonfatal("ESTALE not defined");
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_mirror.c453 mc->mc_error = SET_ERROR(ESTALE);
701 mc->mc_error = SET_ERROR(ESTALE);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c630 #ifdef ESTALE
631 else if (APR_TO_OS_ERROR(err->apr_err) == ESTALE
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.c554 #ifdef ESTALE
555 else if (APR_TO_OS_ERROR(err->apr_err) == ESTALE
/freebsd-11-stable/contrib/sendmail/src/
H A Derr.c237 #ifdef ESTALE
238 case ESTALE:

Completed in 411 milliseconds

123