Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Derrno.h31 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h164 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/openbmc/linux/lib/
H A Derrname.c195 E(EJUKEBOX),
/openbmc/linux/rust/kernel/
H A Derror.rs80 declare_err!(EJUKEBOX, "Request initiated, but will not complete before timeout.");
/openbmc/linux/fs/nfs/
H A Dnfs3proc.c37 if (res != -EJUKEBOX) in nfs3_rpc_wrapper()
51 if (task->tk_status != -EJUKEBOX) in nfs3_async_handle_jukebox()
H A Dnfs2xdr.c1098 { NFSERR_JUKEBOX, -EJUKEBOX },
H A Dnfs3xdr.c2484 { NFSERR_JUKEBOX, -EJUKEBOX },
/openbmc/linux/fs/ceph/
H A Ddir.c1222 if (result == -EJUKEBOX) in ceph_async_unlink_cb()
1364 if (err == -EJUKEBOX) { in ceph_unlink()
H A Dfile.c569 if (result == -EJUKEBOX) in ceph_async_create_cb()
839 } else if (err == -EJUKEBOX) { in ceph_atomic_open()
H A Dmds_client.c3289 err = -EJUKEBOX; in __do_request()
3328 err = -EJUKEBOX; in __do_request()
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1176 case -EJUKEBOX: in ff_layout_async_handle_error_v3()