Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 25 of 135) sorted by relevance

123456

/linux-6.15/fs/afs/
H A Ddir_search.c128 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 Dvalidation.c404 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 Dexport.c46 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 Dexpfs.c164 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 Dexport.c137 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 Dxfs_export.c119 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 Dnamei.c83 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 Dnamei.c189 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 Ddirtree_repair.c415 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 Ddirtree.c296 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 Dcommon.c35 { NFSERR_STALE, -ESTALE },
98 { NFS4ERR_STALE, -ESTALE },
/linux-6.15/fs/isofs/
H A Dexport.c28 return ERR_PTR(-ESTALE); in isofs_export_iget()
34 return ERR_PTR(-ESTALE); in isofs_export_iget()
/linux-6.15/fs/cachefiles/
H A Dxattr.c48 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 Dnamei.c70 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 Dread.c230 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 Dexecvp.c98 case ESTALE: in execvp_noalloc()
/linux-6.15/tools/include/uapi/asm-generic/
H A Derrno.h99 #define ESTALE 116 /* Stale file handle */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno.h99 #define ESTALE 116 /* Stale file handle */ macro
/linux-6.15/tools/arch/mips/include/uapi/asm/
H A Derrno.h106 #define ESTALE 151 /* Stale file handle */ macro
/linux-6.15/tools/arch/parisc/include/uapi/asm/
H A Derrno.h41 #define ESTALE 70 /* Stale file handle */ macro
/linux-6.15/tools/arch/sparc/include/uapi/asm/
H A Derrno.h44 #define ESTALE 70 /* Stale file handle */ macro
/linux-6.15/tools/arch/alpha/include/uapi/asm/
H A Derrno.h47 #define ESTALE 70 /* Stale file handle */ macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Derrno.h41 #define ESTALE 70 /* Stale file handle */ macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Derrno.h44 #define ESTALE 70 /* Stale file handle */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Derrno.h47 #define ESTALE 70 /* Stale file handle */ macro

123456