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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Derrno.in.h76 # define ESTALE 10070 macro
101 Define them here. Values >= 2000 seem safe to use: Solaris ESTALE = 151,
148 # ifndef ESTALE
149 # define ESTALE 2009 macro
H A Dstrerror.c151 case ESTALE:
211 /* WSAESTALE is ESTALE */
317 case ESTALE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Derrno.in.h76 # define ESTALE 10070 macro
101 Define them here. Values >= 2000 seem safe to use: Solaris ESTALE = 151,
148 # ifndef ESTALE
149 # define ESTALE 2009 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dexport.c63 result = ERR_PTR(-ESTALE);
90 * as an inode, we return -ESTALE to be
94 status = -ESTALE;
105 status = -ESTALE;
116 if (status == -ESTALE) {
135 result = ERR_PTR(-ESTALE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Dnamei.c81 return ERR_PTR(-ESTALE);
88 return ERR_PTR(-ESTALE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dstrerror.c151 case ESTALE:
211 /* WSAESTALE is ESTALE */
317 case ESTALE:
H A Dtest-errno.c98 int e116 = ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Include/
H A Derrno.h121 #define ESTALE 116 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/
H A Dwsockcompat.h73 #define ESTALE WSAESTALE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Derrno.h40 #define ESTALE 70 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dexport.c19 * ESTALE.
93 return ERR_PTR(-ESTALE);
148 return ERR_PTR(err ? err : -ESTALE);
187 return ERR_PTR(-ESTALE);
196 return ERR_PTR(-ESTALE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Derrno.h89 #define ESTALE 116 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/
H A Dwsockcompat.h73 #define ESTALE WSAESTALE macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Derrno.h43 #define ESTALE 70 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dexecvp.c97 case ESTALE:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Derrno.h105 #define ESTALE 151 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Derrno.h46 #define ESTALE 70 /* Stale NFS file handle */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dexport.c27 return ERR_PTR(-ESTALE);
33 return ERR_PTR(-ESTALE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_export.c128 return ERR_PTR(-ESTALE);
141 * We don't use ESTALE directly down the chain to not
145 error = ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsir_dongle.c102 err = -ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exportfs/
H A Dexpfs.c101 int err = -ESTALE;
206 err = -ESTALE;
373 result = ERR_PTR(-ESTALE);
421 err = -ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dfile.c139 ret = -ESTALE;
179 ret = -ESTALE;
255 _leave(" = -ESTALE");
256 return -ESTALE;

Completed in 134 milliseconds

1234