Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Derrno.h19 #define EOPENSTALE 518 /* open found a stale dentry */ macro
/linux-4.4.14/fs/nfs/
Dnfs4file.c102 err = -EOPENSTALE; in nfs4_file_open()
/linux-4.4.14/fs/
Dnamei.c3187 if (error == -EOPENSTALE) in do_last()
3335 if (error == -EOPENSTALE) { in path_openat()