Home
last modified time | relevance | path

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

/linux/include/trace/misc/
H A Dnfs.h139 TRACE_DEFINE_ENUM(NFS4ERR_LAYOUTUNAVAILABLE);
289 { NFS4ERR_LAYOUTUNAVAILABLE, "LAYOUTUNAVAILABLE" }, \
/linux/fs/nfsd/
H A Dnfsd.h296 #define nfserr_layoutunavailable cpu_to_be32(NFS4ERR_LAYOUTUNAVAILABLE)
/linux/include/linux/
H A Dnfs4.h253 NFS4ERR_LAYOUTUNAVAILABLE = 10059, enumerator
/linux/fs/nfs/
H A Dnfs4proc.c9842 case -NFS4ERR_LAYOUTUNAVAILABLE: in nfs4_layoutget_handle_exception()