Home
last modified time | relevance | path

Searched refs:ENOTSYNC (Results 1 – 6 of 6) sorted by relevance

/linux-5.15/include/linux/ !
H A Derrno.h25 #define ENOTSYNC 522 /* Update synchronization mismatch */ macro
/linux-5.15/lib/ !
A Derrname.c189 E(ENOTSYNC),
/linux-5.15/fs/nfs/ !
H A Dnfs2xdr.c1093 { NFSERR_NOT_SYNC, -ENOTSYNC },
H A Ddir.c925 if (res == -EBADCOOKIE || res == -ENOTSYNC) { in find_and_lock_cache_page()
1127 if (res == -EBADCOOKIE || res == -ENOTSYNC) in nfs_readdir()
H A Dnfs3xdr.c2486 { NFSERR_NOT_SYNC, -ENOTSYNC },
H A Dnfs4proc.c185 return -ENOTSYNC; in nfs4_map_errors()