Home
last modified time | relevance | path

Searched refs:EJUKEBOX (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/linux/
Derrno.h31 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/Linux-v5.15/lib/
Derrname.c195 E(EJUKEBOX),
/Linux-v5.15/fs/nfs/
Dnfs3proc.c37 if (res != -EJUKEBOX) in nfs3_rpc_wrapper()
50 if (task->tk_status != -EJUKEBOX) in nfs3_async_handle_jukebox()
Dnfs2xdr.c1099 { NFSERR_JUKEBOX, -EJUKEBOX },
Dnfs3xdr.c2492 { NFSERR_JUKEBOX, -EJUKEBOX },
/Linux-v5.15/fs/ceph/
Ddir.c1068 if (result == -EJUKEBOX) in ceph_async_unlink_cb()
1189 } else if (err == -EJUKEBOX) { in ceph_unlink()
Dfile.c521 if (result == -EJUKEBOX) in ceph_async_create_cb()
731 } else if (err == -EJUKEBOX) { in ceph_atomic_open()
Dmds_client.c2882 err = -EJUKEBOX; in __do_request()
2911 err = -EJUKEBOX; in __do_request()
/Linux-v5.15/fs/nfs/flexfilelayout/
Dflexfilelayout.c1177 case -EJUKEBOX: in ff_layout_async_handle_error_v3()