Searched refs:EBADHANDLE (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/nfs_common/ |
| H A D | common.c | 39 { NFSERR_BADHANDLE, -EBADHANDLE }, 98 { NFS4ERR_BADHANDLE, -EBADHANDLE },
|
| /linux/include/linux/ |
| H A D | errno.h | 24 #define EBADHANDLE 521 /* Illegal NFS file handle */ macro
|
| /linux/lib/ |
| H A D | errname.c | 188 E(EBADHANDLE),
|
| /linux/rust/kernel/ |
| H A D | error.rs | 180 declare_err!(EBADHANDLE, "Illegal NFS file handle."); in name()
|
| /linux/include/trace/misc/ |
| H A D | nfs.h | 218 { EBADHANDLE, "EBADHANDLE" }, \
|
| /linux/fs/nfs/ |
| H A D | mount_clnt.c | 396 res->errno = -EBADHANDLE; in mnt_xdr_dec_mountres3()
|
| /linux/fs/nfsd/ |
| H A D | nfs4callback.c | 213 { NFS4ERR_BADHANDLE, -EBADHANDLE },
|
| H A D | nfs4state.c | 6107 case -EBADHANDLE: in nfsd4_cb_recall_done()
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 1455 case -EBADHANDLE: in ff_layout_async_handle_error_v3()
|