Searched refs:EOPENSTALE (Results 1 – 11 of 11) sorted by relevance
20 #define EOPENSTALE 518 /* open found a stale dentry */ macro
185 E(EOPENSTALE),
67 declare_err!(EOPENSTALE, "Open found a stale dentry.");
103 err = -EOPENSTALE; in nfs4_file_open()
2063 err = -EOPENSTALE; in nfs_finish_open()2191 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()2200 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
1128 if (ret == -EOPENSTALE && stale_retry) { in nfsd_file_do_acquire()
99 { nfserr_stale, -EOPENSTALE }, in nfserrno()936 if (host_err == -EOPENSTALE && !retried) { in nfsd_open()
831 if (unlikely(ret == -EOPENSTALE)) { in fanotify_read()
616 rc = -EOPENSTALE; in cifs_nt_open()
3943 if (error == -EOPENSTALE) { in path_openat()
1208 2. vfs_open() can fail with ``-EOPENSTALE`` if the cached information
Completed in 985 milliseconds