Searched refs:ESTALE (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-11-stable/sys/dev/efidev/
H A Defirt.c82 ESTALE, /* EFI_MEDIA_CHANGED */
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c453 { BSM_ERRNO_ESTALE, ESTALE, ES("Stale NFS file handle") },
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c455 { BSM_ERRNO_ESTALE, ESTALE, ES("Stale NFS file handle") },
/freebsd-11-stable/contrib/amd/amd/
H A Dautil.c182 * the old entry, which could result in ESTALE errors, bad symlinks, and
630 * current mount failed with EIO or ESTALE.
634 case ESTALE:
H A Dreaddir.c494 return ESTALE;
917 return ESTALE;
H A Damfs_generic.c136 ereturn(ESTALE);
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c1397 #ifdef ESTALE
1398 case ESTALE:
1399 return ("ESTALE");
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c1061 return (ESTALE);
1073 return (ESTALE);
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1812 #ifdef ESTALE
1813 case ESTALE: /* Stale NFS file handle */
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c517 ans.la_errno = ESTALE;
H A Dlockd_lock.c1091 case ESTALE:
1118 case ESTALE:
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c514 return (ESTALE);
1013 if (nd->nd_repstat == ESTALE && vp != NULL) {
H A Dnfs_commonsubs.c4261 * ESTALE: A forced dismount is in progress and will cause the
4310 return (ESTALE);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c104 if (di->zerr == ESTALE) {
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c228 xerrno = ESTALE;
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c1763 return (ESTALE);
1846 if (error == ESTALE)
H A Dnlm_advlock.c1136 return (ESTALE);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c1872 return (ESTALE);
1887 return (ESTALE);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1504 * Return ESTALE to indicate the vnode is VI_DOOMED.
1517 return (ESTALE);
2777 /* Make sure the server replies ESTALE to the client. */
2778 error = ESTALE;
2833 nd->nd_repstat = ESTALE;
/freebsd-11-stable/sys/kern/
H A Dvfs_syscalls.c3988 return (ESTALE);
4075 return (ESTALE);
4124 return (ESTALE);
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c1577 rc->rc_error = ESTALE;
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3511 #ifdef ESTALE
3512 case ESTALE: /* Stale NFS file handle */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c2050 rc->rc_error = SET_ERROR(ESTALE);
H A Dzfs_znode.c2123 return (ESTALE);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1308 error = ESTALE;

Completed in 357 milliseconds

123