Home
last modified time | relevance | path

Searched refs:NFS4ERR_COMPLETE_ALREADY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/trace/misc/
H A Dnfs.h118 TRACE_DEFINE_ENUM(NFS4ERR_COMPLETE_ALREADY);
267 { NFS4ERR_COMPLETE_ALREADY, "COMPLETE_ALREADY" }, \
/openbmc/linux/include/linux/
H A Dnfs4.h246 NFS4ERR_COMPLETE_ALREADY = 10054, enumerator
/openbmc/linux/fs/nfsd/
H A Dnfsd.h269 #define nfserr_complete_already cpu_to_be32(NFS4ERR_COMPLETE_ALREADY)
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c9539 case -NFS4ERR_COMPLETE_ALREADY: in nfs41_reclaim_complete_handle_errors()