Home
last modified time | relevance | path

Searched refs:EBADHANDLE (Results 1 – 7 of 7) 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.rs80 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/nfsd/
H A Dnfs4state.c5463 case -EBADHANDLE: in nfsd4_cb_recall_done()