Home
last modified time | relevance | path

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

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