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

123456

/linux-master/crypto/
H A Dcipher.c105 return ERR_PTR(-ESTALE);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.h200 return -ESTALE;
/linux-master/fs/smb/server/mgmt/
H A Dtree_connect.c67 status.ret = -ESTALE;
/linux-master/fs/btrfs/
H A Dexport.c71 * generation does not match return ESTALE.
81 return ERR_PTR(-ESTALE);
94 return ERR_PTR(-ESTALE);
/linux-master/fs/kernfs/
H A Dmount.c114 return ERR_PTR(-ESTALE);
123 return ERR_PTR(-ESTALE);
/linux-master/fs/overlayfs/
H A Ddir.c179 err = -ESTALE;
388 err = -ESTALE;
479 err = -ESTALE;
771 err = -ESTALE;
819 err = -ESTALE;
1194 err = -ESTALE;
1207 err = -ESTALE;
H A Dexport.c374 * care about returning ESTALE, only from dereferencing a free name
394 err = -ESTALE;
810 if (IS_ERR(dentry) && err != -ESTALE)
/linux-master/fs/nilfs2/
H A Dnamei.c462 return ERR_PTR(-ESTALE);
466 return ERR_PTR(-ESTALE);
475 return ERR_PTR(-ESTALE);
/linux-master/fs/vboxsf/
H A Dutils.c92 return -ESTALE;
103 return -ESTALE;
115 return -ESTALE;
/linux-master/fs/orangefs/
H A Dfile.c382 if (ret == -ESTALE)
510 if (ret == -ESTALE)
H A Dorangefs-utils.c305 ret = -ESTALE;
350 /* XXX: ESTALE? This is what is done if it is not new. */
352 ret = -ESTALE;
/linux-master/kernel/bpf/
H A Dmprog.c241 return -ESTALE;
342 return -ESTALE;
/linux-master/lib/
H A Derrname.c155 E(ESTALE),
/linux-master/fs/gfs2/
H A Dexport.c138 return ERR_PTR(-ESTALE);
/linux-master/fs/cachefiles/
H A Dnamei.c279 _leave(" = -ESTALE");
280 return -ESTALE;
607 if (ret == -ESTALE)
778 return ERR_PTR(-ESTALE); /* Probably got retired by the netfs */
836 return -ESTALE; /* Probably got retired by the netfs */
/linux-master/fs/smb/client/
H A Dnamespace.c201 return ERR_PTR(-ESTALE);
/linux-master/fs/nfs/
H A Dnfs42xattr.c304 * The special value ERR_PTR(-ESTALE) is used to indicate that
319 if (old == ERR_PTR(-ESTALE)) {
325 if (new != NULL && new != ERR_PTR(-ESTALE))
391 nfs4_xattr_set_listcache(cache, ERR_PTR(-ESTALE));
662 if (entry != NULL && entry != ERR_PTR(-ESTALE)) {
H A Dnamespace.c156 return ERR_PTR(-ESTALE);
/linux-master/security/selinux/ss/
H A Dservices.c1561 if (rc == -ESTALE) {
1883 if (rc == -ESTALE) {
2358 * WARNING: This function may return -ESTALE, indicating that the caller
2421 if (rc == -ESTALE) {
2474 if (rc == -ESTALE) {
2527 if (rc == -ESTALE) {
2575 if (rc == -ESTALE) {
2671 if (rc == -ESTALE) {
2761 if (rc == -ESTALE) {
2824 * WARNING: This function may return -ESTALE, indicatin
[all...]
/linux-master/fs/nfsd/
H A Dnfsfh.c254 dentry ? PTR_ERR(dentry) : -ESTALE);
260 dentry = ERR_PTR(-ESTALE);
/linux-master/fs/ceph/
H A Dlocks.c261 return -ESTALE;
327 return -ESTALE;
/linux-master/fs/jfs/
H A Dnamei.c1125 rc = -ESTALE;
1132 rc = -ESTALE;
1483 return ERR_PTR(-ESTALE);
1490 return ERR_PTR(-ESTALE);
/linux-master/net/core/
H A Dsock_diag.c51 return -ESTALE;
/linux-master/include/trace/misc/
H A Dnfs.h220 { ESTALE, "ESTALE" }, \
/linux-master/fs/fuse/
H A Dinode.c1006 int err = -ESTALE;
1024 err = -ESTALE;
1031 err = -ESTALE;
1118 return ERR_PTR(-ESTALE);
1124 return ERR_PTR(-ESTALE);

Completed in 248 milliseconds

123456