/Linux-v5.4/fs/ocfs2/ |
D | export.c | 48 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry() 78 status = -ESTALE; in ocfs2_get_dentry() 87 status = -ESTALE; in ocfs2_get_dentry() 98 if (status == -ESTALE) { in ocfs2_get_dentry() 118 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry() 166 status = -ESTALE; in ocfs2_get_parent() 175 status = -ESTALE; in ocfs2_get_parent()
|
/Linux-v5.4/fs/exportfs/ |
D | expfs.c | 166 err = -ESTALE; in reconnect_one() 190 return ERR_PTR(-ESTALE); in reconnect_one() 433 return ERR_PTR(-ESTALE); in exportfs_decode_fh() 438 return ERR_PTR(-ESTALE); in exportfs_decode_fh() 493 err = -ESTALE; in exportfs_decode_fh() 532 nresult = ERR_PTR(-ESTALE); in exportfs_decode_fh() 565 err = -ESTALE; in exportfs_decode_fh()
|
/Linux-v5.4/fs/overlayfs/ |
D | namei.c | 175 if (real == ERR_PTR(-ESTALE) && in ovl_decode_real_fh() 335 return -ESTALE; in ovl_check_origin_fh() 377 if (err == -ESTALE) in ovl_check_origin() 406 err = -ESTALE; in ovl_verify_fh() 469 return upper ?: ERR_PTR(-ESTALE); in ovl_index_upper() 505 err = -ESTALE; in ovl_verify_index() 558 if (err == -ESTALE) in ovl_verify_index() 561 err = -ESTALE; in ovl_verify_index() 665 err = -ESTALE; in ovl_get_index_fh() 713 index = ERR_PTR(-ESTALE); in ovl_lookup_index() [all …]
|
D | dir.c | 155 err = -ESTALE; in ovl_create_real() 356 err = -ESTALE; in ovl_clear_empty() 462 err = -ESTALE; in ovl_create_over_whiteout() 741 err = -ESTALE; in ovl_remove_and_whiteout() 788 err = -ESTALE; in ovl_remove_upper() 1140 err = -ESTALE; in ovl_rename() 1153 err = -ESTALE; in ovl_rename()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_export.c | 120 return ERR_PTR(-ESTALE); in xfs_nfs_get_inode() 142 error = -ESTALE; in xfs_nfs_get_inode() 152 return ERR_PTR(-ESTALE); in xfs_nfs_get_inode()
|
/Linux-v5.4/fs/kernfs/ |
D | mount.c | 83 return ERR_PTR(-ESTALE); in kernfs_fh_get_inode() 87 return ERR_PTR(-ESTALE); in kernfs_fh_get_inode() 91 return ERR_PTR(-ESTALE); in kernfs_fh_get_inode() 96 return ERR_PTR(-ESTALE); in kernfs_fh_get_inode()
|
/Linux-v5.4/fs/efs/ |
D | namei.c | 83 return ERR_PTR(-ESTALE); in efs_nfs_get_inode() 90 return ERR_PTR(-ESTALE); in efs_nfs_get_inode()
|
/Linux-v5.4/fs/cachefiles/ |
D | xattr.c | 135 return -ESTALE; in cachefiles_update_object_xattr() 176 ret = -ESTALE; in cachefiles_check_auxdata() 300 ret = -ESTALE; in cachefiles_check_object_xattr()
|
/Linux-v5.4/fs/isofs/ |
D | export.c | 28 return ERR_PTR(-ESTALE); in isofs_export_iget() 34 return ERR_PTR(-ESTALE); in isofs_export_iget()
|
/Linux-v5.4/fs/afs/ |
D | rotate.c | 81 fc->error = -ESTALE; in afs_start_fs_iteration() 236 fc->error = -ESTALE; in afs_select_fileserver() 501 fc->error = -ESTALE; in afs_select_current_fileserver() 514 fc->error = -ESTALE; in afs_select_current_fileserver()
|
D | file.c | 284 ret = -ESTALE; in afs_page_filler() 341 ret = -ESTALE; in afs_page_filler() 520 ret = -ESTALE; in afs_readpages_one() 556 return -ESTALE; in afs_readpages()
|
/Linux-v5.4/fs/ceph/ |
D | export.c | 155 return err < 0 ? ERR_PTR(err) : ERR_PTR(-ESTALE); in __lookup_inode() 167 return ERR_PTR(-ESTALE); in ceph_lookup_inode() 179 return ERR_PTR(-ESTALE); in __fh_to_dentry() 258 return ERR_PTR(-ESTALE); in __snapfh_to_dentry()
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | errno.h | 99 #define ESTALE 116 /* Stale file handle */ macro
|
/Linux-v5.4/arch/um/os-Linux/ |
D | execvp.c | 97 case ESTALE: in execvp_noalloc()
|
/Linux-v5.4/tools/include/uapi/asm-generic/ |
D | errno.h | 99 #define ESTALE 116 /* Stale file handle */ macro
|
/Linux-v5.4/fs/nfs/ |
D | read.c | 253 if (task->tk_status == -ESTALE) { in nfs_readpage_done() 334 error = -ESTALE; in nfs_readpage() 414 int ret = -ESTALE; in nfs_readpages()
|
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | errno.h | 44 #define ESTALE 70 /* Stale file handle */ macro
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | errno.h | 41 #define ESTALE 70 /* Stale file handle */ macro
|
/Linux-v5.4/arch/alpha/include/uapi/asm/ |
D | errno.h | 47 #define ESTALE 70 /* Stale file handle */ macro
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | errno.h | 106 #define ESTALE 151 /* Stale file handle */ macro
|
/Linux-v5.4/include/linux/ |
D | namei.h | 91 return error == -ESTALE && !(flags & LOOKUP_REVAL); in retry_estale()
|
/Linux-v5.4/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 106 #define ESTALE 151 /* Stale file handle */ macro
|
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 47 #define ESTALE 70 /* Stale file handle */ macro
|
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 41 #define ESTALE 70 /* Stale file handle */ macro
|
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 44 #define ESTALE 70 /* Stale file handle */ macro
|