Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Derrno.h20 #define EOPENSTALE 518 /* open found a stale dentry */ macro
/Linux-v4.19/fs/nfs/
Dnfs4file.c102 err = -EOPENSTALE; in nfs4_file_open()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c299 if (unlikely(ret == -EOPENSTALE)) { in fanotify_read()
/Linux-v4.19/fs/
Dnamei.c3547 if (error == -EOPENSTALE) { in path_openat()