Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Derrno.h25 #define ENOTSYNC 522 /* Update synchronization mismatch */ macro
/Linux-v6.1/lib/
Derrname.c189 E(ENOTSYNC),
/Linux-v6.1/fs/nfs/
Dnfs2xdr.c1092 { NFSERR_NOT_SYNC, -ENOTSYNC },
Ddir.c1036 if (res == -EBADCOOKIE || res == -ENOTSYNC) { in find_and_lock_cache_page()
1274 if (res == -EBADCOOKIE || res == -ENOTSYNC) in nfs_readdir()
Dnfs3xdr.c2478 { NFSERR_NOT_SYNC, -ENOTSYNC },
Dnfs4proc.c182 return -ENOTSYNC; in nfs4_map_errors()