Home
last modified time | relevance | path

Searched refs:EOPENSTALE (Results 1 – 8 of 8) 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/fs/nfs/
A Dnfs4file.c103 err = -EOPENSTALE; in nfs4_file_open()
A Ddir.c1854 err = -EOPENSTALE; in nfs_finish_open()
/linux/fs/notify/fanotify/
A Dfanotify_user.c742 if (unlikely(ret == -EOPENSTALE)) { in fanotify_read()
/linux/fs/
A Dnamei.c3569 if (error == -EOPENSTALE) { in path_openat()
/linux/fs/cifs/
A Dfile.c247 rc = -EOPENSTALE; in cifs_nt_open()
/linux/Documentation/filesystems/
A Dpath-lookup.rst1208 2. vfs_open() can fail with ``-EOPENSTALE`` if the cached information

Completed in 35 milliseconds