Home
last modified time | relevance | path

Searched refs:EOPENSTALE (Results 1 – 11 of 11) 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.rs77 declare_err!(EOPENSTALE, "Open found a stale dentry.");
/linux/fs/nfs/
H A Dnfs4file.c103 err = -EOPENSTALE; in nfs4_file_open()
H A Ddir.c2101 err = -EOPENSTALE; in nfs_finish_open()
2229 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
2238 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
/linux/fs/nfsd/
H A Dfilecache.c1191 if (ret == -EOPENSTALE && stale_retry) { in nfsd_file_do_acquire()
H A Dvfs.c102 { nfserr_stale, -EOPENSTALE }, in nfserrno()
969 if (host_err == -EOPENSTALE && !retried) { in nfsd_open()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c894 if (fd == -EOPENSTALE) in copy_event_to_user()
/linux/fs/smb/client/
H A Dfile.c624 rc = -EOPENSTALE; in cifs_nt_open()
/linux/fs/
H A Dnamei.c4846 if (error == -EOPENSTALE) { in path_openat()