Searched refs:EOPENSTALE (Results 1 – 8 of 8) sorted by relevance
20 #define EOPENSTALE 518 /* open found a stale dentry */ macro
185 E(EOPENSTALE),
73 declare_err!(EOPENSTALE, "Open found a stale dentry.");
103 err = -EOPENSTALE; in nfs4_file_open()
2053 err = -EOPENSTALE; in nfs_finish_open()2181 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()2190 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
1142 if (ret == -EOPENSTALE && stale_retry) { in nfsd_file_do_acquire()
618 rc = -EOPENSTALE; in cifs_nt_open()
3999 if (error == -EOPENSTALE) { in path_openat()