Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Derrno.h30 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/Linux-v4.19/fs/nfs/
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()
Dnfs2xdr.c1127 { NFSERR_JUKEBOX, -EJUKEBOX },
Dnfs3xdr.c2529 { NFSERR_JUKEBOX, -EJUKEBOX },
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c1130 case -EJUKEBOX: in ff_layout_async_handle_error_v3()