Home
last modified time | relevance | path

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

12345678910>>...343

/dports/devel/make++/makepp-2.0/Mpp/
H A DBuildCache.pm108 eval { $_ = ESTALE }; # Not defined on Win ActiveState.
112 *ESTALE = sub() { -1 };
225 $$reason = ($! == ENOENT || $! == ESTALE) ? "$@ -- possibly due to aging (OK)" : $@;
306 $$reason = ($! == ESTALE) ? $target_aged : "write $temp_cache_fname: $!";
315 $$reason = ($! == ENOENT || $! == ESTALE) ? $target_aged : "stat $temp_cache_fname: $!";
329 $$reason = ($! == ESTALE) ? $build_info_aged : "write $temp_build_info_fname: $!";
347 unlink $_ or $! == ENOENT or $! == ESTALE or do {
356 } elsif($! == ENOENT || $! == ESTALE) {
368 $$reason = (!$linking && ($! == ENOENT || $! == ESTALE)) ? $target_aged : "chmod $target_src: $!";
374 } elsif($! == ENOENT || $! == ESTALE) {
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dexport.c46 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
76 status = -ESTALE; in ocfs2_get_dentry()
85 status = -ESTALE; in ocfs2_get_dentry()
96 if (status == -ESTALE) { in ocfs2_get_dentry()
116 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
164 status = -ESTALE; in ocfs2_get_parent()
173 status = -ESTALE; in ocfs2_get_parent()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dexport.c46 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
76 status = -ESTALE; in ocfs2_get_dentry()
85 status = -ESTALE; in ocfs2_get_dentry()
96 if (status == -ESTALE) { in ocfs2_get_dentry()
116 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
164 status = -ESTALE; in ocfs2_get_parent()
173 status = -ESTALE; in ocfs2_get_parent()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dexport.c46 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
76 status = -ESTALE; in ocfs2_get_dentry()
85 status = -ESTALE; in ocfs2_get_dentry()
96 if (status == -ESTALE) { in ocfs2_get_dentry()
116 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
164 status = -ESTALE; in ocfs2_get_parent()
173 status = -ESTALE; in ocfs2_get_parent()
/dports/devel/aegis/aegis-4.25.D510/libaegis/
H A Dfopen_nfs.cc31 #ifdef ESTALE in fopen_with_stale_nfs_retry()
46 #ifdef ESTALE in fopen_with_stale_nfs_retry()
51 if (errno != ESTALE) in fopen_with_stale_nfs_retry()
/dports/java/java-subversion/subversion-1.14.1/subversion/mod_dav_svn/
H A Dactivity.c94 #ifdef ESTALE in read_txn()
95 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
107 #ifdef ESTALE in read_txn()
108 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
115 #ifdef ESTALE in read_txn()
118 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
/dports/devel/py-subversion/subversion-1.14.1/subversion/mod_dav_svn/
H A Dactivity.c94 #ifdef ESTALE in read_txn()
95 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
107 #ifdef ESTALE in read_txn()
108 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
115 #ifdef ESTALE in read_txn()
118 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/mod_dav_svn/
H A Dactivity.c94 #ifdef ESTALE in read_txn()
95 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
107 #ifdef ESTALE in read_txn()
108 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
115 #ifdef ESTALE in read_txn()
118 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/mod_dav_svn/
H A Dactivity.c94 #ifdef ESTALE in read_txn()
95 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
107 #ifdef ESTALE in read_txn()
108 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
115 #ifdef ESTALE in read_txn()
118 if (APR_TO_OS_ERROR(err->apr_err) == ESTALE) in read_txn()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dnfs-workarounds.c56 if (ret == 0 || errno != ESTALE || i == NFS_ESTALE_RETRY_COUNT) in nfs_safe_do()
153 if (errno == ESTALE || errno == EPERM || errno == ENOENT) { in nfs_flush_chown_uid()
169 if (errno == ESTALE) { in nfs_flush_chown_uid()
205 if (likely(errno == ESTALE)) in nfs_flush_fchown_uid()
216 if (errno == ESTALE) in nfs_flush_fchown_uid()
276 else if (errno == ESTALE) { in nfs_flush_attr_cache_unlocked()
320 } else if (errno == ESTALE || errno == ENOTDIR || in nfs_flush_file_handle_cache_dir()
/dports/print/gv/gv-3.7.4/lib/
H A Derrno.in.h77 # define ESTALE 10070 macro
150 # ifndef ESTALE
151 # define ESTALE 2009 macro
/dports/devel/idutils/idutils-4.6/lib/
H A Derrno.in.h133 # define ESTALE 10070 macro
216 # ifndef ESTALE
217 # define ESTALE 2009 macro
/dports/sysutils/renameutils/renameutils-0.12.0/gnulib-lib/
H A Derrno.in.h132 # define ESTALE 10070 macro
215 # ifndef ESTALE
216 # define ESTALE 2009 macro
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/print/ttfautohint/ttfautohint-1.8.4/gnulib/src/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/print/texinfo/texinfo-6.8/gnulib/lib/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/gnulib/lib/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/lang/guile/guile-3.0.7/lib/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgettextpo/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/libasprintf/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/gnulib-lib/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro
/dports/security/libgsasl/gsasl-1.10.0/lib/gl/
H A Derrno.in.h144 # define ESTALE 10070 macro
227 # ifndef ESTALE
228 # define ESTALE 2009 macro

12345678910>>...343