Searched refs:EJUKEBOX (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Derrno.h31 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */ macro
/linux-master/lib/
H A Derrname.c195 E(EJUKEBOX),
/linux-master/fs/nfs/
H A Dnfs3proc.c30 /* A wrapper to handle the EJUKEBOX error messages */
37 if (res != -EJUKEBOX)
51 if (task->tk_status != -EJUKEBOX)
H A Dnfs2xdr.c1098 { NFSERR_JUKEBOX, -EJUKEBOX },
H A Dnfs3xdr.c2484 { NFSERR_JUKEBOX, -EJUKEBOX },
/linux-master/fs/ceph/
H A Ddir.c1262 if (result == -EJUKEBOX)
1406 if (err == -EJUKEBOX) {
H A Dfile.c580 if (result == -EJUKEBOX)
861 } else if (err == -EJUKEBOX) {
H A Dmds_client.c3448 err = -EJUKEBOX;
3483 * inodes are bound to the session. Just return -EJUKEBOX and
3487 err = -EJUKEBOX;
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1160 /* Retry all errors through either pNFS or MDS except for -EJUKEBOX */
1176 case -EJUKEBOX:

Completed in 221 milliseconds