Home
last modified time | relevance | path

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

/linux/fs/nfs_common/
H A Dcommon.c39 { NFSERR_BADHANDLE, -EBADHANDLE },
98 { 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.rs79 declare_err!(EBADHANDLE, "Illegal NFS file handle.");
/linux/include/trace/misc/
H A Dnfs.h218 { EBADHANDLE, "EBADHANDLE" }, \
/linux/fs/nfs/
H A Dmount_clnt.c396 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/nfsd/
H A Dnfs4callback.c208 { NFS4ERR_BADHANDLE, -EBADHANDLE },
H A Dnfs4state.c5446 case -EBADHANDLE: in nfsd4_cb_recall_done()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1437 case -EBADHANDLE: in ff_layout_async_handle_error_v3()