Home
last modified time | relevance | path

Searched refs:NFSERR_ACCES (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/net/
H A Dnfs.h34 #define NFSERR_ACCES 13 macro
/openbmc/linux/include/uapi/linux/
H A Dnfs.h53 NFSERR_ACCES = 13, /* v2 v3 v4 */ enumerator
/openbmc/linux/include/trace/misc/
H A Dnfs.h20 TRACE_DEFINE_ENUM(NFSERR_ACCES);
56 { NFSERR_ACCES, "ACCES" }, \
/openbmc/linux/fs/nfsd/
H A Dnfsd.h204 #define nfserr_acces cpu_to_be32(NFSERR_ACCES)
/openbmc/linux/fs/nfs/
H A Dnfs2xdr.c1072 { NFSERR_ACCES, -EACCES },
H A Dnfs3xdr.c2458 { NFSERR_ACCES, -EACCES },