Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Derrno.h29 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c185 [EJUKEBOX] = LUSTRE_EJUKEBOX,
331 [LUSTRE_EJUKEBOX] = EJUKEBOX,
/linux-4.1.27/fs/nfs/
Dnfs3proc.c36 if (res != -EJUKEBOX) in nfs3_rpc_wrapper()
49 if (task->tk_status != -EJUKEBOX) in nfs3_async_handle_jukebox()
51 if (task->tk_status == -EJUKEBOX) in nfs3_async_handle_jukebox()
Dnfs2xdr.c1095 { NFSERR_JUKEBOX, -EJUKEBOX },
Dnfs3xdr.c2470 { NFSERR_JUKEBOX, -EJUKEBOX },
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c791 if (task->tk_status != -EJUKEBOX) { in ff_layout_async_handle_error_v3()
801 if (task->tk_status == -EJUKEBOX) in ff_layout_async_handle_error_v3()