Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Derrno.h31 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Derrno.h164 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/OK3568_Linux_fs/kernel/lib/
H A Derrname.c194 E(EJUKEBOX),
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs3proc.c37 if (res != -EJUKEBOX) in nfs3_rpc_wrapper()
50 if (task->tk_status != -EJUKEBOX) in nfs3_async_handle_jukebox()
52 if (task->tk_status == -EJUKEBOX) in nfs3_async_handle_jukebox()
H A Dnfs2xdr.c1098 { NFSERR_JUKEBOX, -EJUKEBOX },
H A Dnfs3xdr.c2479 { NFSERR_JUKEBOX, -EJUKEBOX },
/OK3568_Linux_fs/kernel/fs/ceph/
H A Ddir.c1058 if (result == -EJUKEBOX) in ceph_async_unlink_cb()
1178 } else if (err == -EJUKEBOX) { in ceph_unlink()
H A Dfile.c521 if (result == -EJUKEBOX) in ceph_async_create_cb()
765 } else if (err == -EJUKEBOX) { in ceph_atomic_open()
H A Dmds_client.c2862 err = -EJUKEBOX; in __do_request()
2895 err = -EJUKEBOX; in __do_request()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1181 case -EJUKEBOX: in ff_layout_async_handle_error_v3()