| /linux-6.15/fs/afs/ |
| H A D | dir_search.c | 128 int ret = -ESTALE; in afs_dir_search_bucket() 132 return -ESTALE; in afs_dir_search_bucket() 182 if (ret == -ESTALE) in afs_dir_search_bucket() 204 ret = -ESTALE; in afs_dir_search() 209 if (ret != -ESTALE) in afs_dir_search() 212 ret = -ESTALE; in afs_dir_search() 221 if (ret == -ESTALE) in afs_dir_search() 223 } while (ret == -ESTALE); in afs_dir_search()
|
| H A D | validation.c | 404 return test_bit(AFS_VNODE_DELETED, &vnode->flags) ? -ESTALE : 0; in afs_validate() 411 ret = -ESTALE; in afs_validate() 444 ret = -ESTALE; in afs_validate()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | export.c | 46 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()
|
| /linux-6.15/fs/exportfs/ |
| H A D | expfs.c | 164 err = -ESTALE; in reconnect_one() 188 return ERR_PTR(-ESTALE); in reconnect_one() 454 return ERR_PTR(-ESTALE); in exportfs_decode_fh_raw() 517 err = -ESTALE; in exportfs_decode_fh_raw() 557 nresult = ERR_PTR(-ESTALE); in exportfs_decode_fh_raw() 605 return ERR_PTR(-ESTALE); in exportfs_decode_fh()
|
| /linux-6.15/fs/ceph/ |
| H A D | export.c | 137 return ERR_PTR(-ESTALE); in __lookup_inode() 162 return err < 0 ? ERR_PTR(err) : ERR_PTR(-ESTALE); in __lookup_inode() 166 return ERR_PTR(-ESTALE); in __lookup_inode() 179 return ERR_PTR(-ESTALE); in ceph_lookup_inode() 201 return ERR_PTR(-ESTALE); in __fh_to_dentry() 233 return ERR_PTR(-ESTALE); in __snapfh_to_dentry() 239 return ERR_PTR(-ESTALE); in __snapfh_to_dentry() 279 inode = ERR_PTR(-ESTALE); in __snapfh_to_dentry()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_export.c | 119 return ERR_PTR(-ESTALE); in xfs_nfs_get_inode() 141 error = -ESTALE; in xfs_nfs_get_inode() 165 return ERR_PTR(-ESTALE); in xfs_nfs_get_inode()
|
| /linux-6.15/fs/efs/ |
| H A D | namei.c | 83 return ERR_PTR(-ESTALE); in efs_nfs_get_inode() 90 return ERR_PTR(-ESTALE); in efs_nfs_get_inode()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | namei.c | 189 if (real == ERR_PTR(-ESTALE) && in ovl_decode_real_fh() 441 return -ESTALE; in ovl_check_origin_fh() 467 return -ESTALE; in ovl_check_origin_fh() 483 if (err == -ESTALE) in ovl_check_origin() 508 err = -ESTALE; in ovl_verify_fh() 585 return upper ?: ERR_PTR(-ESTALE); in ovl_index_upper() 663 if (err == -ESTALE) in ovl_verify_index() 666 err = -ESTALE; in ovl_verify_index() 769 err = -ESTALE; in ovl_get_index_fh() 816 index = ERR_PTR(-ESTALE); in ovl_lookup_index() [all …]
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | dirtree_repair.c | 415 error = -ESTALE; in xrep_dirtree_unlink() 544 error = -ESTALE; in xrep_dirtree_delete_path() 686 error = -ESTALE; in xrep_dirtree_adopt() 748 error = -ESTALE; in xrep_dirtree_move_to_orphanage() 811 if (!error || error != -ESTALE) in xrep_dirtree()
|
| H A D | dirtree.c | 296 return -ESTALE; in xchk_dirpath_revalidate() 383 error = -ESTALE; in xchk_dirpath_step_up() 483 error = -ESTALE; in xchk_dirpath_step_up() 584 return -ESTALE; in xchk_dirpath_walk_upwards() 839 if (error == -ESTALE) { in xchk_dirtree_find_paths_to_root()
|
| /linux-6.15/fs/nfs_common/ |
| H A D | common.c | 35 { NFSERR_STALE, -ESTALE }, 98 { NFS4ERR_STALE, -ESTALE },
|
| /linux-6.15/fs/isofs/ |
| H A D | export.c | 28 return ERR_PTR(-ESTALE); in isofs_export_iget() 34 return ERR_PTR(-ESTALE); in isofs_export_iget()
|
| /linux-6.15/fs/cachefiles/ |
| H A D | xattr.c | 48 return -ESTALE; in cachefiles_set_object_xattr() 110 int ret = -ESTALE; in cachefiles_check_auxdata() 268 int ret = -ESTALE; in cachefiles_check_volume_xattr()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | namei.c | 70 if (inode == ERR_PTR(-ESTALE)) { in nilfs_lookup() 486 return ERR_PTR(-ESTALE); in nilfs_get_dentry() 490 return ERR_PTR(-ESTALE); in nilfs_get_dentry() 499 return ERR_PTR(-ESTALE); in nilfs_get_dentry()
|
| /linux-6.15/fs/nfs/ |
| H A D | read.c | 230 if (task->tk_status == -ESTALE) { in nfs_readpage_done() 390 ret = -ESTALE; in nfs_read_folio() 419 ret = -ESTALE; in nfs_readahead()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | execvp.c | 98 case ESTALE: in execvp_noalloc()
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | errno.h | 99 #define ESTALE 116 /* Stale file handle */ macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | errno.h | 99 #define ESTALE 116 /* Stale file handle */ macro
|
| /linux-6.15/tools/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 106 #define ESTALE 151 /* Stale file handle */ macro
|
| /linux-6.15/tools/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 41 #define ESTALE 70 /* Stale file handle */ macro
|
| /linux-6.15/tools/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 44 #define ESTALE 70 /* Stale file handle */ macro
|
| /linux-6.15/tools/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 47 #define ESTALE 70 /* Stale file handle */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 41 #define ESTALE 70 /* Stale file handle */ macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 44 #define ESTALE 70 /* Stale file handle */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 47 #define ESTALE 70 /* Stale file handle */ macro
|