Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Derrno.h25 #define ENOTSYNC 522 /* Update synchronization mismatch */ macro
/Linux-v6.6/lib/
Derrname.c195 E(ENOTSYNC),
/Linux-v6.6/rust/kernel/
Derror.rs74 declare_err!(ENOTSYNC, "Update synchronization mismatch.");
/Linux-v6.6/fs/nfs/
Dnfs2xdr.c1092 { NFSERR_NOT_SYNC, -ENOTSYNC },
Ddir.c1034 if (res == -EBADCOOKIE || res == -ENOTSYNC) { in find_and_lock_cache_page()
1284 if (res == -EBADCOOKIE || res == -ENOTSYNC) in nfs_readdir()
Dnfs3xdr.c2478 { NFSERR_NOT_SYNC, -ENOTSYNC },
Dnfs4proc.c187 return -ENOTSYNC; in nfs4_map_errors()