Home
last modified time | relevance | path

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

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