Searched refs:EOPENSTALE (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Derrno.h20 #define EOPENSTALE 518 /* open found a stale dentry */ macro
/linux-master/lib/
H A Derrname.c185 E(EOPENSTALE),
/linux-master/fs/nfs/
H A Dnfs4file.c45 * -EOPENSTALE. The VFS will retry the lookup/create/open.
103 err = -EOPENSTALE;
H A Ddir.c2038 err = -EOPENSTALE;
2166 res = ERR_PTR(-EOPENSTALE);
2175 res = ERR_PTR(-EOPENSTALE);
/linux-master/fs/nfsd/
H A Dfilecache.c1087 if (ret == -EOPENSTALE && stale_retry) {
H A Dvfs.c99 { nfserr_stale, -EOPENSTALE },
938 if (host_err == -EOPENSTALE && !retried) {
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c831 if (unlikely(ret == -EOPENSTALE)) {
/linux-master/fs/
H A Dnamei.c3809 if (error == -EOPENSTALE) {
/linux-master/fs/smb/client/
H A Dfile.c431 rc = -EOPENSTALE;

Completed in 172 milliseconds