Home
last modified time | relevance | path

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

/linux/fs/nfs_common/
H A Dcommon.c40 { NFSERR_BADHANDLE, -EBADHANDLE },
99 { NFS4ERR_BADHANDLE, -EBADHANDLE },
/linux/include/linux/
H A Derrno.h24 #define EBADHANDLE 521 /* Illegal NFS file handle */ macro
/linux/lib/
H A Derrname.c188 E(EBADHANDLE),
/linux/rust/kernel/
H A Derror.rs75 declare_err!(EBADHANDLE, "Illegal NFS file handle.");
/linux/include/trace/misc/
H A Dnfs.h220 { EBADHANDLE, "EBADHANDLE" }, \
/linux/fs/nfs/
H A Dmount_clnt.c464 res->errno = -EBADHANDLE; in mnt_xdr_dec_mountres3()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c160 case -EBADHANDLE: /* mapped NFS4ERR_BADHANDLE */ in filelayout_async_handle_error()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1140 case -EBADHANDLE: /* mapped NFS4ERR_BADHANDLE */ in ff_layout_async_handle_error_v4()
1196 case -EBADHANDLE: in ff_layout_async_handle_error_v3()
/linux/fs/nfsd/
H A Dnfs4callback.c210 { NFS4ERR_BADHANDLE, -EBADHANDLE },
H A Dnfs4state.c5385 case -EBADHANDLE: in nfsd4_cb_recall_done()