Searched refs:ESTALE (Results 101 - 125 of 126) sorted by relevance

123456

/linux-master/fs/ext4/
H A Dinode.c4682 return ERR_PTR(-ESTALE);
4711 ret = -ESTALE;
4790 ret = -ESTALE;
H A Dnamei.c1855 if (inode == ERR_PTR(-ESTALE)) {
/linux-master/fs/nfs/
H A Dnfs3xdr.c2472 { NFSERR_STALE, -ESTALE },
H A Dnfs4proc.c490 case -ESTALE:
2183 ret = -ESTALE;
2285 case -ESTALE:
2763 if (ret == -ESTALE)
H A Dnfs4xdr.c7576 { NFS4ERR_STALE, -ESTALE },
/linux-master/fs/ntfs3/
H A Dsuper.c804 inode = ERR_PTR(-ESTALE);
H A Dinode.c85 err = -ESTALE;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c493 if (!ASSERT_EQ(err, -ESTALE, "prog_attach"))
534 ASSERT_EQ(err, -ESTALE, "prog_detach");
/linux-master/fs/ocfs2/
H A Ddlmglue.c2218 return -ESTALE;
2361 status = -ESTALE;
/linux-master/fs/f2fs/
H A Dsuper.c3230 return ERR_PTR(-ESTALE);
3243 return ERR_PTR(-ESTALE);
/linux-master/fs/smb/client/
H A Dinode.c160 return -ESTALE;
371 return -ESTALE;
H A Dfile.c430 if (rc == -ESTALE)
/linux-master/fs/gfs2/
H A Dglock.c1375 * -ESTALE if the request timed out, meaning all glocks were released,
1395 ret = -ESTALE; /* request timed out. */
H A Drgrp.c2609 * -ESTALE if it doesn't match
2639 error = -ESTALE;
/linux-master/fs/ceph/
H A Ddir.c907 return -ESTALE;
H A Daddr.c1435 return ERR_PTR(-ESTALE);
H A Dcaps.c2940 ret = -ESTALE;
/linux-master/security/integrity/ima/
H A Dima_policy.c666 if (rc == -ESTALE && !rule_reinitialized) {
/linux-master/fs/udf/
H A Dinode.c1493 ret = -ESTALE;
/linux-master/fs/bcachefs/
H A Dfs.c1286 vinode = ERR_PTR(-ESTALE);
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2015 case -ESTALE:
3676 else if (rc == -EACCES || rc == -ESTALE || rc == -EXDEV)
6419 else if (rc == -EBADF || rc == -ESTALE)
/linux-master/fs/jfs/
H A Djfs_dtree.c688 rc = -ESTALE;
4210 * -ESTALE - If entry found does not match orig_ino passed in
/linux-master/drivers/nvme/host/
H A Dfc.c610 return ERR_PTR(-ESTALE);
/linux-master/mm/
H A Dshmem.c3800 return ERR_PTR(-ESTALE);
/linux-master/drivers/firewire/
H A Dohci.c2654 ret = -ESTALE;

Completed in 713 milliseconds

123456