Searched refs:ENOTSYNC (Results 1 – 6 of 6) sorted by relevance
25 #define ENOTSYNC 522 /* Update synchronization mismatch */ macro
41 { NFSERR_NOT_SYNC, -ENOTSYNC },
80 declare_err!(ENOTSYNC, "Update synchronization mismatch.");
189 E(ENOTSYNC),
1038 if (res == -EBADCOOKIE || res == -ENOTSYNC) { in find_and_lock_cache_page()1288 if (res == -EBADCOOKIE || res == -ENOTSYNC) in nfs_readdir()
197 return -ENOTSYNC; in nfs4_map_errors()