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

123

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h40 #define ECOMM ESTALE
/freebsd-current/stand/libsa/
H A Dstrerror.c57 {ESTALE, "stale NFS file handle"},
/freebsd-current/stand/efi/libefi/
H A Derrno.c52 case ESTALE:
117 errno = ESTALE;
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py122 ESTALE = 116 variable
255 ESTALE: 'Stale file handle',
/freebsd-current/contrib/tcsh/
H A Dsh.print.c278 #ifdef ESTALE
282 case ESTALE:
286 * Deal with SoFS bogocity: returns ENOENT instead of ESTALE.
/freebsd-current/sys/sys/
H A Derrno.h144 #define ESTALE 70 /* Stale NFS file handle */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d172 inline int ESTALE = 70;
173 #pragma D binding "1.0" ESTALE
316 errno == ESTALE ? "Stale NFS file handle" :
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c96 * by a third party. So change the error to ESTALE
102 rc = ESTALE;
/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c252 return ESTALE;
256 return ESTALE;
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c152 ATF_REQUIRE_ERRNO(ESTALE, rump_sys_fhopen(fhp, fhsize, O_RDONLY) == -1);
/freebsd-current/tools/test/stress2/misc/
H A Dfdatasync.sh150 errno != E2BIG && errno != ESTALE &&
H A Dfdatasync2.sh148 errno != E2BIG && errno != ESTALE &&
H A Dftruncate2.sh159 errno != ESTALE && errno != EFBIG)
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h255 #define ESTALE WSAESTALE macro
/freebsd-current/stand/liblua/
H A Dlerrno.c119 ENTRY(ESTALE),
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_vfsops.c627 return (ESTALE);
735 return (ESTALE);
743 return (ESTALE);
763 return (ESTALE);
773 return (ESTALE);
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_errno.c706 #ifdef ESTALE
711 atf_tc_fail_nonfatal("ESTALE not defined");
/freebsd-current/contrib/sendmail/src/
H A Derr.c236 #ifdef ESTALE
237 case ESTALE:
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c460 { BSM_ERRNO_ESTALE, ESTALE, ES("Stale NFS file handle") },
/freebsd-current/tests/sys/fs/fusefs/
H A Dnfs.cc105 EXPECT_EQ(ESTALE, errno);
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c461 { BSM_ERRNO_ESTALE, ESTALE, ES("Stale NFS file handle") },
/freebsd-current/sys/dev/ice/
H A Dice_strings.c516 case ESTALE:
517 str = "ESTALE";
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c1592 #ifdef ESTALE
1593 case ESTALE:
1594 return ("ESTALE");
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c88 if (di->zerr == ESTALE) {
387 if (di->zerr == ESTALE || di->zerr == ENOENT) {
/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c1848 #ifdef ESTALE
1849 case ESTALE: /* Stale NFS file handle */

Completed in 187 milliseconds

123