Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrno.h25 #define ENOTSYNC 522 /* Update synchronization mismatch */ macro
/linux/fs/nfs_common/
H A Dcommon.c41 { NFSERR_NOT_SYNC, -ENOTSYNC },
/linux/rust/kernel/
H A Derror.rs80 declare_err!(ENOTSYNC, "Update synchronization mismatch.");
/linux/lib/
H A Derrname.c189 E(ENOTSYNC),
/linux/fs/nfs/
H A Ddir.c1038 if (res == -EBADCOOKIE || res == -ENOTSYNC) { in find_and_lock_cache_page()
1288 if (res == -EBADCOOKIE || res == -ENOTSYNC) in nfs_readdir()
H A Dnfs4proc.c197 return -ENOTSYNC; in nfs4_map_errors()