Home
last modified time | relevance | path

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

/linux/include/linux/
A Derrno.h20 #define EOPENSTALE 518 /* open found a stale dentry */ macro
/linux/lib/
A Derrname.c185 E(EOPENSTALE),
/linux/rust/kernel/
A Derror.rs67 declare_err!(EOPENSTALE, "Open found a stale dentry.");
/linux/fs/nfs/
A Dnfs4file.c103 err = -EOPENSTALE; in nfs4_file_open()
A Ddir.c2063 err = -EOPENSTALE; in nfs_finish_open()
2191 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
2200 res = ERR_PTR(-EOPENSTALE); in nfs_atomic_open()
/linux/fs/nfsd/
A Dfilecache.c1128 if (ret == -EOPENSTALE && stale_retry) { in nfsd_file_do_acquire()
A Dvfs.c99 { nfserr_stale, -EOPENSTALE }, in nfserrno()
936 if (host_err == -EOPENSTALE && !retried) { in nfsd_open()
/linux/fs/notify/fanotify/
A Dfanotify_user.c831 if (unlikely(ret == -EOPENSTALE)) { in fanotify_read()
/linux/fs/smb/client/
A Dfile.c616 rc = -EOPENSTALE; in cifs_nt_open()
/linux/fs/
A Dnamei.c3943 if (error == -EOPENSTALE) { in path_openat()
/linux/Documentation/filesystems/
A Dpath-lookup.rst1208 2. vfs_open() can fail with ``-EOPENSTALE`` if the cached information

Completed in 985 milliseconds