Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/contrib/amd/amd/
Damfs_error.c120 *error_return = ESTALE; in amfs_error_lookup_child()
133 *error_return = ESTALE; in amfs_error_mount_child()
146 return ESTALE; in amfs_error_readdir()
Dnfs_subr.c183 res.ns_status = nfs_error(ESTALE); in nfsproc_setattr_2_svc()
360 res.ns_status = nfs_error(ESTALE); in nfsproc_write_2_svc()
374 res.dr_status = nfs_error(ESTALE); in nfsproc_create_2_svc()
442 res = nfs_error(ESTALE); in nfsproc_rename_2_svc()
465 res = nfs_error(ESTALE); in nfsproc_link_2_svc()
479 res = nfs_error(ESTALE); in nfsproc_symlink_2_svc()
493 res.dr_status = nfs_error(ESTALE); in nfsproc_mkdir_2_svc()
687 error = ESTALE; in validate_ap()
735 *rp = ESTALE; in validate_ap()
991 return nfs_error(ESTALE); in return_estale_or_rofs()
[all …]
/freebsd-12-stable/stand/efi/libefi/
Derrno.c55 case ESTALE: in errno_to_efi_status()
120 errno = ESTALE; in efi_status_to_errno()
/freebsd-12-stable/contrib/tcsh/
Dsh.print.c278 #ifdef ESTALE in flush()
282 case ESTALE: in flush()
/freebsd-12-stable/cddl/lib/libdtrace/
Derrno.d174 inline int ESTALE = 70; variable
175 #pragma D binding "1.0" ESTALE
318 errno == ESTALE ? "Stale NFS file handle" :
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Derrno.h40 #define ECOMM ESTALE
/freebsd-12-stable/sys/fs/cd9660/
Dcd9660_vfsops.c628 return (ESTALE);
747 return (ESTALE);
755 return (ESTALE);
776 return (ESTALE);
786 return (ESTALE);
/freebsd-12-stable/contrib/llvm-project/libcxx/src/include/
Dconfig_elast.h37 #define _LIBCPP_ELAST ESTALE
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
Ddtfs_vfsops.c252 return ESTALE; in dtfs_fs_fhtonode()
256 return ESTALE; in dtfs_fs_fhtonode()
/freebsd-12-stable/stand/libsa/
Dstrerror.c60 {ESTALE, "stale NFS file handle"},
/freebsd-12-stable/contrib/amd/conf/umount/
Dumount_bsd44.c77 case ESTALE: in umount_fs()
/freebsd-12-stable/sys/sys/
Derrno.h147 #define ESTALE 70 /* Stale NFS file handle */ macro
/freebsd-12-stable/lib/libc/nls/
Dbe_BY.UTF-8.msg146 $ ESTALE
Del_GR.ISO8859-7.msg146 $ ESTALE
Dru_RU.KOI8-R.msg148 $ ESTALE
Duk_UA.UTF-8.msg146 $ ESTALE
Dmn_MN.UTF-8.msg146 $ ESTALE
Dja_JP.UTF-8.msg146 $ ESTALE
Dzh_CN.UTF-8.msg146 $ ESTALE
Dko_KR.UTF-8.msg146 $ ESTALE
Dko_KR.eucKR.msg146 $ ESTALE
Dja_JP.eucJP.msg146 $ ESTALE
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dstrerror.c421 #if defined (ESTALE)
422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/freebsd-12-stable/contrib/binutils/libiberty/
Dstrerror.c421 #if defined (ESTALE)
422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/freebsd-12-stable/sys/compat/cloudabi/
Dcloudabi_errno.c112 [ESTALE] = CLOUDABI_ESTALE, in cloudabi_convert_errno()

1234