Home
last modified time | relevance | path

Searched refs:EOPENSTALE (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Derrno.h20 #define EOPENSTALE 518 /* open found a stale dentry */ macro
/linux/fs/nfs_common/
H A Dcommon.c164 { NFS4ERR_STALE, -EOPENSTALE },
/linux/lib/
H A Derrname.c185 E(EOPENSTALE),
/linux/rust/kernel/
H A Derror.rs78 declare_err!(EOPENSTALE, "Open found a stale dentry.");
/linux/fs/nfs/
H A Dnfs4file.c103 err = -EOPENSTALE; in nfs4_file_open()
/linux/fs/nfsd/
H A Dfilecache.c1191 if (ret == -EOPENSTALE && stale_retry) { in nfsd_file_do_acquire()
/linux/fs/smb/client/
H A Dfile.c630 rc = -EOPENSTALE; in cifs_nt_open()
/linux/fs/
H A Dnamei.c4868 if (error == -EOPENSTALE) { in path_openat()