/openbmc/linux/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()
|
/openbmc/linux/fs/ceph/ |
H A D | export.c | 135 return ERR_PTR(-ESTALE); in __lookup_inode() 160 return err < 0 ? ERR_PTR(err) : ERR_PTR(-ESTALE); in __lookup_inode() 164 return ERR_PTR(-ESTALE); in __lookup_inode() 177 return ERR_PTR(-ESTALE); in ceph_lookup_inode() 199 return ERR_PTR(-ESTALE); in __fh_to_dentry() 230 return ERR_PTR(-ESTALE); in __snapfh_to_dentry() 236 return ERR_PTR(-ESTALE); in __snapfh_to_dentry() 276 inode = ERR_PTR(-ESTALE); in __snapfh_to_dentry()
|
/openbmc/linux/fs/exportfs/ |
H A D | expfs.c | 166 err = -ESTALE; in reconnect_one() 190 return ERR_PTR(-ESTALE); in reconnect_one() 460 return ERR_PTR(-ESTALE); in exportfs_decode_fh_raw() 518 err = -ESTALE; in exportfs_decode_fh_raw() 558 nresult = ERR_PTR(-ESTALE); in exportfs_decode_fh_raw() 606 return ERR_PTR(-ESTALE); in exportfs_decode_fh()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | 190 if (real == ERR_PTR(-ESTALE) && in ovl_decode_real_fh() 437 return -ESTALE; in ovl_check_origin_fh() 463 return -ESTALE; in ovl_check_origin_fh() 479 if (err == -ESTALE) in ovl_check_origin() 489 * Return 0 on match, -ESTALE on mismatch, < 0 on error. 504 err = -ESTALE; in ovl_verify_fh() 516 * Return 0 on match, -ESTALE on mismatch, -ENODATA on no xattr, < 0 on error. 569 return upper ?: ERR_PTR(-ESTALE); in ovl_index_upper() 584 * Return 0 on match, -ESTALE on mismatch or stale origin, < 0 on error. 647 if (err == -ESTALE) in ovl_verify_index() [all...] |
H A D | dir.c | 179 err = -ESTALE; in ovl_create_real() 385 err = -ESTALE; in ovl_clear_empty() 476 err = -ESTALE; in ovl_create_over_whiteout() 773 err = -ESTALE; in ovl_remove_and_whiteout() 821 err = -ESTALE; in ovl_remove_upper() 1195 err = -ESTALE; in ovl_rename() 1208 err = -ESTALE; in ovl_rename()
|
/openbmc/linux/fs/cachefiles/ |
H A D | xattr.c | 48 return -ESTALE; in cachefiles_set_object_xattr() 108 int ret = -ESTALE; in cachefiles_check_auxdata() 261 int ret = -ESTALE; in cachefiles_check_volume_xattr()
|
/openbmc/linux/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()
|
/openbmc/linux/fs/kernfs/ |
H A D | mount.c | 113 return ERR_PTR(-ESTALE); in __kernfs_fh_to_dentry() 122 return ERR_PTR(-ESTALE); in __kernfs_fh_to_dentry() 128 return ERR_PTR(-ESTALE); in __kernfs_fh_to_dentry()
|
/openbmc/sdeventplus/src/sdeventplus/utility/ |
H A D | sdbus.hpp | 35 if (e.code().value() == ESTALE) in loopWithBus()
|
/openbmc/linux/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()
|
/openbmc/linux/fs/nfs/ |
H A D | read.c | 232 if (task->tk_status == -ESTALE) { in nfs_readpage_done() 356 ret = -ESTALE; in nfs_read_folio() 405 ret = -ESTALE; in nfs_readahead()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 99 #define ESTALE 116 /* Stale file handle */ macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | execvp.c | 98 case ESTALE: in execvp_noalloc()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 99 #define ESTALE 116 /* Stale file handle */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 44 #define ESTALE 70 /* Stale file handle */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 44 #define ESTALE 70 /* Stale file handle */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 47 #define ESTALE 70 /* Stale file handle */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 41 #define ESTALE 70 /* Stale file handle */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 106 #define ESTALE 151 /* Stale file handle */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 47 #define ESTALE 70 /* Stale file handle */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 41 #define ESTALE 70 /* Stale file handle */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 106 #define ESTALE 151 /* Stale file handle */ macro
|
/openbmc/linux/fs/btrfs/ |
H A D | export.c | 82 return ERR_PTR(-ESTALE); in btrfs_get_dentry() 95 return ERR_PTR(-ESTALE); in btrfs_get_dentry()
|