Home
last modified time | relevance | path

Searched refs:EBADHANDLE (Results 1 – 9 of 9) 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.rs180 declare_err!(EBADHANDLE, "Illegal NFS file handle."); in name()
/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 Dnfs4callback.c213 { NFS4ERR_BADHANDLE, -EBADHANDLE },
H A Dnfs4state.c6107 case -EBADHANDLE: in nfsd4_cb_recall_done()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1455 case -EBADHANDLE: in ff_layout_async_handle_error_v3()