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/lib/
H A Derrname.c185 E(EOPENSTALE),
/linux/rust/kernel/
H A Derror.rs73 declare_err!(EOPENSTALE, "Open found a stale dentry.");
/linux/fs/nfs/
H A Dnfs4file.c103 err = -EOPENSTALE; in nfs4_file_open()
H A Ddir.c2053 err = -EOPENSTALE; in nfs_finish_open()
2181 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
2190 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
/linux/fs/nfsd/
H A Dfilecache.c1142 if (ret == -EOPENSTALE && stale_retry) { in nfsd_file_do_acquire()
/linux/fs/smb/client/
H A Dfile.c618 rc = -EOPENSTALE; in cifs_nt_open()
/linux/fs/
H A Dnamei.c3999 if (error == -EOPENSTALE) { in path_openat()