Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrno.h25 #define ENOTSYNC 522 /* Update synchronization mismatch */ macro
/linux/fs/nfs_common/
H A Dcommon.c40 { NFSERR_NOT_SYNC, -ENOTSYNC },
/linux/lib/
H A Derrname.c189 E(ENOTSYNC),
/linux/rust/kernel/
H A Derror.rs81 declare_err!(ENOTSYNC, "Update synchronization mismatch.");
/linux/fs/nfs/
H A Dnfs4proc.c196 return -ENOTSYNC; in nfs4_map_errors()