/linux-4.4.14/fs/ocfs2/ |
D | export.c | 62 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry() 92 status = -ESTALE; in ocfs2_get_dentry() 101 status = -ESTALE; in ocfs2_get_dentry() 112 if (status == -ESTALE) { in ocfs2_get_dentry() 132 result = ERR_PTR(-ESTALE); in ocfs2_get_dentry()
|
D | inode.c | 169 inode = ERR_PTR(-ESTALE); in ocfs2_iget()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_export.c | 134 return ERR_PTR(-ESTALE); in xfs_nfs_get_inode() 151 error = -ESTALE; in xfs_nfs_get_inode() 157 return ERR_PTR(-ESTALE); in xfs_nfs_get_inode()
|
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 159 err = -ESTALE; in reconnect_one() 183 return ERR_PTR(-ESTALE); in reconnect_one() 425 return ERR_PTR(-ESTALE); in exportfs_decode_fh() 428 result = ERR_PTR(-ESTALE); in exportfs_decode_fh() 476 err = -ESTALE; in exportfs_decode_fh()
|
/linux-4.4.14/fs/efs/ |
D | namei.c | 82 return ERR_PTR(-ESTALE); in efs_nfs_get_inode() 89 return ERR_PTR(-ESTALE); in efs_nfs_get_inode()
|
/linux-4.4.14/fs/isofs/ |
D | export.c | 27 return ERR_PTR(-ESTALE); in isofs_export_iget() 33 return ERR_PTR(-ESTALE); in isofs_export_iget()
|
/linux-4.4.14/fs/afs/ |
D | file.c | 138 ret = -ESTALE; in afs_page_filler() 178 ret = -ESTALE; in afs_page_filler() 255 return -ESTALE; in afs_readpages()
|
D | volume.c | 238 ret = volume->rjservers ? -ENOMEDIUM : -ESTALE; in afs_volume_pick_fileserver()
|
D | dir.c | 334 return -ESTALE; in afs_dir_iterate() 517 return ERR_PTR(-ESTALE); in afs_lookup()
|
D | inode.c | 353 ret = -ESTALE; in afs_validate()
|
D | write.c | 107 ret = -ESTALE; in afs_fill_page()
|
/linux-4.4.14/fs/cachefiles/ |
D | xattr.c | 177 ret = -ESTALE; in cachefiles_check_auxdata() 299 ret = -ESTALE; in cachefiles_check_object_xattr()
|
D | namei.c | 604 if (ret == -ESTALE) { in cachefiles_walk_to_object() 895 return ERR_PTR(-ESTALE); in cachefiles_check_active() 956 return -ESTALE; in cachefiles_cull()
|
D | rdwr.c | 177 error = -ESTALE; in cachefiles_read_copier()
|
/linux-4.4.14/fs/nfs/ |
D | read.c | 229 if (task->tk_status == -ESTALE) { in nfs_readpage_done() 312 error = -ESTALE; in nfs_readpage() 385 int ret = -ESTALE; in nfs_readpages()
|
D | namespace.c | 148 mnt = ERR_PTR(-ESTALE); in nfs_d_automount()
|
D | inode.c | 946 int status = -ESTALE; in __nfs_revalidate_inode() 979 if (status == -ESTALE) { in __nfs_revalidate_inode() 1036 return NFS_STALE(inode) ? -ESTALE : 0; in nfs_revalidate_inode() 1046 return NFS_STALE(inode) ? -ESTALE : 0; in nfs_revalidate_inode_rcu() 1875 return -ESTALE; in nfs_update_inode()
|
D | nfs2xdr.c | 1083 { NFSERR_STALE, -ESTALE },
|
D | nfs4state.c | 1409 case -ESTALE: in nfs4_reclaim_locks() 1496 case -ESTALE: in nfs4_reclaim_open_state()
|
D | nfs4trace.h | 32 { -ESTALE, "ESTALE" }, \
|
D | super.c | 447 if (unlikely(error == -ESTALE)) { in nfs_statfs() 2531 return -ESTALE; in nfs_clone_sb_security()
|
D | nfs3xdr.c | 2459 { NFSERR_STALE, -ESTALE },
|
D | dir.c | 2396 if (status == -ESTALE) { in nfs_do_access()
|
D | nfs4proc.c | 1691 ret = -ESTALE; in nfs4_open_recover_helper() 1796 case -ESTALE: in nfs4_handle_delegation_recall_error() 2258 if (ret == -ESTALE) in _nfs4_open_expired()
|
D | nfs4xdr.c | 7397 { NFS4ERR_STALE, -ESTALE },
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | errno.h | 98 #define ESTALE 116 /* Stale file handle */ macro
|
/linux-4.4.14/arch/um/os-Linux/ |
D | execvp.c | 97 case ESTALE: in execvp_noalloc()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | errno.h | 105 #define ESTALE 151 /* Stale file handle */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | errno.h | 43 #define ESTALE 70 /* Stale file handle */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | errno.h | 46 #define ESTALE 70 /* Stale file handle */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | errno.h | 40 #define ESTALE 70 /* Stale file handle */ macro
|
/linux-4.4.14/include/linux/ |
D | namei.h | 108 return error == -ESTALE && !(flags & LOOKUP_REVAL); in retry_estale()
|
/linux-4.4.14/fs/overlayfs/ |
D | dir.c | 79 return -ESTALE; in ovl_create_real() 237 err = -ESTALE; in ovl_clear_empty() 565 err = -ESTALE; in ovl_remove_and_whiteout() 603 err = -ESTALE; in ovl_remove_upper() 861 err = -ESTALE; in ovl_rename2()
|
D | super.c | 326 return -ESTALE; in ovl_dentry_revalidate()
|
/linux-4.4.14/drivers/net/irda/ |
D | sir_dongle.c | 101 err = -ESTALE; in sirdev_get_dongle()
|
D | irtty-sir.c | 316 return -ESTALE; in irtty_start_dev() 343 return -ESTALE; in irtty_stop_dev()
|
D | sir_dev.c | 305 return -ESTALE; /* or better EPIPE? */ in sirdev_schedule_request() 802 return -ESTALE; in sirdev_open()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 146 return ERR_PTR(-ESTALE); in ll_iget_for_nfs() 155 return ERR_PTR(-ESTALE); in ll_iget_for_nfs()
|
D | statahead.c | 729 rc = -ESTALE; in ll_statahead_interpret() 1607 return -ESTALE; in do_statahead_enter() 1643 rc = -ESTALE; in do_statahead_enter()
|
D | file.c | 424 if (rc == -ESTALE) { in ll_intent_file_open()
|
/linux-4.4.14/fs/btrfs/ |
D | export.c | 70 return ERR_PTR(-ESTALE); in btrfs_get_dentry() 98 return ERR_PTR(-ESTALE); in btrfs_get_dentry()
|
D | inode.c | 3406 if (ret && ret != -ESTALE) in btrfs_orphan_cleanup() 3409 if (ret == -ESTALE && root == root->fs_info->tree_root) { in btrfs_orphan_cleanup() 3445 if (ret == -ESTALE) { in btrfs_orphan_cleanup() 5587 inode = ERR_PTR(-ESTALE); in btrfs_iget()
|
/linux-4.4.14/fs/nilfs2/ |
D | namei.c | 473 return ERR_PTR(-ESTALE); in nilfs_get_dentry() 477 return ERR_PTR(-ESTALE); in nilfs_get_dentry() 486 return ERR_PTR(-ESTALE); in nilfs_get_dentry()
|
D | inode.c | 460 return -ESTALE; /* this inode is deleted */ in nilfs_read_inode_common()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 157 [ESTALE] = LUSTRE_ESTALE, 303 [LUSTRE_ESTALE] = ESTALE,
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 654 int err = -ESTALE; in fuse_get_dentry() 674 err = -ESTALE; in fuse_get_dentry() 681 err = -ESTALE; in fuse_get_dentry() 768 return ERR_PTR(-ESTALE); in fuse_get_parent() 776 return ERR_PTR(-ESTALE); in fuse_get_parent()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | router_proc.c | 206 return -ESTALE; in proc_lnet_routes() 326 return -ESTALE; in proc_lnet_routers() 469 return -ESTALE; in proc_lnet_peers()
|
/linux-4.4.14/fs/gfs2/ |
D | export.c | 144 return ERR_PTR(-ESTALE); in gfs2_get_dentry()
|
D | inode.c | 230 error = -ESTALE; in gfs2_lookup_by_inum()
|
D | rgrp.c | 2541 error = -ESTALE; in gfs2_check_blk_type()
|
/linux-4.4.14/fs/jfs/ |
D | namei.c | 1133 rc = -ESTALE; in jfs_rename() 1140 rc = -ESTALE; in jfs_rename() 1492 return ERR_PTR(-ESTALE); in jfs_nfs_get_inode() 1499 return ERR_PTR(-ESTALE); in jfs_nfs_get_inode()
|
D | jfs_xtree.c | 2592 return -ESTALE; /* stale extent */ in xtRelocate() 2612 return -ESTALE; in xtRelocate() 2619 return -ESTALE; in xtRelocate() 2633 return -ESTALE; in xtRelocate() 2934 return -ESTALE; in xtSearchNode()
|
D | jfs_dtree.c | 695 rc = -ESTALE; in dtSearch() 2682 return -ESTALE; in dtSearchNode() 2721 return -ESTALE; in dtSearchNode()
|
D | jfs_imap.c | 346 return -ESTALE; in diRead() 392 rc = -ESTALE; in diRead()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_lock.c | 675 result = -ESTALE; in lov_lock_unuse() 813 result = -ESTALE; in lov_lock_use() 830 result = -ESTALE; in lov_lock_use() 849 result = -ESTALE; in lov_lock_use()
|
/linux-4.4.14/fs/ceph/ |
D | export.c | 88 return ERR_PTR(-ESTALE); in __fh_to_dentry()
|
D | dir.c | 702 return -ESTALE; in ceph_handle_notrace_create()
|
D | mds_client.c | 2444 if (result == -ESTALE) { in handle_reply()
|
/linux-4.4.14/fs/ntfs/ |
D | namei.c | 360 inode = ERR_PTR(-ESTALE); in ntfs_nfs_get_inode()
|
/linux-4.4.14/net/core/ |
D | sock_diag.c | 43 return -ESTALE; in sock_diag_check_cookie()
|
/linux-4.4.14/fs/ext2/ |
D | namei.c | 69 if (inode == ERR_PTR(-ESTALE)) { in ext2_lookup()
|
D | super.c | 345 return ERR_PTR(-ESTALE); in ext2_nfs_get_inode() 347 return ERR_PTR(-ESTALE); in ext2_nfs_get_inode() 360 return ERR_PTR(-ESTALE); in ext2_nfs_get_inode()
|
D | inode.c | 1372 ret = -ESTALE; in ext2_iget()
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 959 return ERR_PTR(-ESTALE); in exofs_get_parent() 975 return ERR_PTR(-ESTALE); in exofs_nfs_get_inode()
|
D | inode.c | 1198 ret = -ESTALE; in exofs_iget()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 375 return -ESTALE; in in_flight_summary_show() 428 int ret = -ESTALE; in drbd_single_open()
|
/linux-4.4.14/fs/ |
D | namei.c | 803 status = -ESTALE; in complete_walk() 2168 if (unlikely(retval == -ESTALE)) in filename_lookup() 2211 if (unlikely(retval == -ESTALE)) in filename_parentat() 2484 if (unlikely(error == -ESTALE)) in filename_mountpoint() 3339 error = -ESTALE; in path_openat() 3357 if (unlikely(filp == ERR_PTR(-ESTALE))) in do_filp_open() 3385 if (unlikely(file == ERR_PTR(-ESTALE))) in do_file_open_root()
|
D | dcache.c | 1942 return ERR_PTR(-ESTALE); in __d_obtain_alias() 2723 int ret = -ESTALE; in __d_unalias()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 190 } else if (rc == -ESTALE && (op_data->op_flags & MF_SOM_CHANGE)) { in mdc_setattr()
|
D | mdc_request.c | 869 } else if (rc == -ESTALE) { in mdc_close() 934 if (rc == -ESTALE) { in mdc_done_writing()
|
D | mdc_locks.c | 966 return -ESTALE; in mdc_finish_intent_lock()
|
/linux-4.4.14/fs/fscache/ |
D | cookie.c | 720 return -ESTALE; in __fscache_check_consistency()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfat.txt | 161 result in ESTALE issues. 165 This ensures that ESTALE will not be returned after a file is
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 863 return ERR_PTR(-ESTALE); in f2fs_nfs_get_inode() 876 return ERR_PTR(-ESTALE); in f2fs_nfs_get_inode()
|
/linux-4.4.14/fs/cifs/ |
D | inode.c | 408 rc = -ESTALE; 415 rc = -ESTALE; 862 rc = -ESTALE;
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 787 result = -ESTALE; in ldlm_error2errno()
|
D | ldlm_request.c | 1810 rc = -ESTALE; in replay_lock_interpret()
|
/linux-4.4.14/fs/udf/ |
D | namei.c | 1256 return ERR_PTR(-ESTALE); in udf_nfs_get_inode() 1267 return ERR_PTR(-ESTALE); in udf_nfs_get_inode()
|
D | inode.c | 1436 ret = -ESTALE; in udf_read_inode()
|
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 828 return -ESTALE; in nlm_stat_to_errno()
|
/linux-4.4.14/fs/nfsd/ |
D | nfsproc.c | 786 { nfserr_stale, -ESTALE }, in nfserrno()
|
D | nfs4callback.c | 191 { NFS4ERR_STALE, -ESTALE },
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 103 return ERR_PTR(-ESTALE); in ufs_nfs_get_inode() 110 return ERR_PTR(-ESTALE); in ufs_nfs_get_inode()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 1090 if (result == -ESTALE) { in cl_use_try() 1322 if (result == 0 || result == -ESTALE) { in cl_unuse_try()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1021 case -ESTALE: /* mapped NFS4ERR_STALE */ in ff_layout_async_handle_error_v4() 1086 case -ESTALE: in ff_layout_async_handle_error_v3()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 501 err = -ESTALE; in kiblnd_rx_complete() 2300 kiblnd_close_peer_conns_locked(peer2, -ESTALE); in kiblnd_passive_connect() 2682 rc = -ESTALE; in kiblnd_check_connreply()
|
D | o2iblnd.c | 950 kiblnd_close_conn_locked(conn, -ESTALE); in kiblnd_close_stale_conns_locked()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 176 case -ESTALE: /* mapped NFS4ERR_STALE */ in filelayout_async_handle_error()
|
/linux-4.4.14/fs/ecryptfs/ |
D | inode.c | 96 return ERR_PTR(-ESTALE); in __ecryptfs_get_inode()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 1159 rc = -ESTALE; in ksocknal_create_conn() 1181 rc = ESTALE; in ksocknal_create_conn()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1012 return ERR_PTR(-ESTALE); in ext4_nfs_get_inode() 1014 return ERR_PTR(-ESTALE); in ext4_nfs_get_inode() 1029 return ERR_PTR(-ESTALE); in ext4_nfs_get_inode()
|
D | namei.c | 1581 if (inode == ERR_PTR(-ESTALE)) { in ext4_lookup()
|
D | inode.c | 4223 ret = -ESTALE; in ext4_iget()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 308 if they're consistent and -ESTALE otherwise. -ENOMEM and -ERESTARTSYS
|
D | netfs-api.txt | 725 with a cookie is correct. It returns 0 if it is and -ESTALE if it isn't; it
|
/linux-4.4.14/security/selinux/ss/ |
D | services.c | 3159 match = -ESTALE; in selinux_audit_rule_match()
|
/linux-4.4.14/mm/ |
D | shmem.c | 2677 return ERR_PTR(-ESTALE); in shmem_get_parent()
|
/linux-4.4.14/drivers/firewire/ |
D | ohci.c | 2598 ret = -ESTALE; in ohci_enable_phys_dma()
|