Searched refs:ESTALE (Results 51 - 75 of 126) sorted by relevance

123456

/linux-master/fs/nfs/
H A Dinode.c1196 int status = -ESTALE;
1235 case -ESTALE:
1284 return NFS_STALE(inode) ? -ESTALE : 0;
1498 return -ESTALE;
1501 return -ESTALE;
2318 return -ESTALE;
H A Dnfs4file.c80 case -ESTALE:
H A Dnfs42proc.c480 } else if ((err == -ESTALE ||
776 case -ESTALE:
946 case -ESTALE:
/linux-master/fs/ext2/
H A Dnamei.c72 if (inode == ERR_PTR(-ESTALE)) {
H A Dsuper.c364 return ERR_PTR(-ESTALE);
366 return ERR_PTR(-ESTALE);
379 return ERR_PTR(-ESTALE);
/linux-master/fs/afs/
H A Dvolume.c465 _leave(" = -ESTALE");
466 return -ESTALE;
H A Dserver.c710 ret = -ESTALE;
H A Dfile.c366 return test_bit(AFS_VNODE_DELETED, &vnode->flags) ? -ESTALE : 0;
H A Drotate.c93 afs_op_set_error(op, -ESTALE);
H A Ddir.c510 _leave(" = -ESTALE");
511 return -ESTALE;
1005 _leave(" = -ESTALE");
1006 return ERR_PTR(-ESTALE);
1520 if (ret != -ESTALE)
/linux-master/drivers/hv/
H A Dhv_util.c327 * return for this specific case. Use ESTALE to report this.
333 ret = -ESTALE;
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c370 return -ESTALE;
423 int ret = -ESTALE;
/linux-master/fs/overlayfs/
H A Dinode.c1110 return ERR_PTR(-ESTALE);
1250 err = -ESTALE;
/linux-master/fs/minix/
H A Dinode.c500 return ERR_PTR(-ESTALE);
538 return ERR_PTR(-ESTALE);
/linux-master/fs/udf/
H A Dnamei.c926 return ERR_PTR(-ESTALE);
937 return ERR_PTR(-ESTALE);
/linux-master/crypto/
H A Dapi.c550 mem = ERR_PTR(-ESTALE);
/linux-master/fs/affs/
H A Dnamei.c544 return ERR_PTR(-ESTALE);
/linux-master/fs/cachefiles/
H A Dio.c61 ret = -ESTALE;
/linux-master/fs/netfs/
H A Dio.c340 subreq->error = -ESTALE;
/linux-master/security/selinux/ss/
H A Dsidtab.c293 rc = -ESTALE;
/linux-master/fs/ufs/
H A Dinode.c576 return -ESTALE;
625 return -ESTALE;
H A Dsuper.c105 return ERR_PTR(-ESTALE);
112 return ERR_PTR(-ESTALE);
/linux-master/fs/
H A Dnamei.c926 status = -ESTALE;
2517 if (unlikely(retval == -ESTALE))
2559 if (unlikely(retval == -ESTALE))
3813 error = -ESTALE;
3829 if (unlikely(filp == ERR_PTR(-ESTALE)))
3854 if (unlikely(file == ERR_PTR(-ESTALE)))
H A Dinode.c913 return ERR_PTR(-ESTALE);
944 return ERR_PTR(-ESTALE);
/linux-master/fs/gfs2/
H A Dinode.c107 * When @no_formal_ino is non-zero, this function will return ERR_PTR(-ESTALE)
172 error = -ESTALE;
217 return ERR_PTR(-ESTALE);

Completed in 259 milliseconds

123456