Home
last modified time | relevance | path

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

/linux-6.6.21/include/trace/misc/
Dnfs.h140 TRACE_DEFINE_ENUM(NFS4ERR_LAYOUTUNAVAILABLE);
289 { NFS4ERR_LAYOUTUNAVAILABLE, "LAYOUTUNAVAILABLE" }, \
/linux-6.6.21/include/linux/
Dnfs4.h251 NFS4ERR_LAYOUTUNAVAILABLE = 10059, enumerator
/linux-6.6.21/fs/nfsd/
Dnfsd.h273 #define nfserr_layoutunavailable cpu_to_be32(NFS4ERR_LAYOUTUNAVAILABLE)
/linux-6.6.21/fs/nfs/
Dnfs4proc.c9641 case -NFS4ERR_LAYOUTUNAVAILABLE: in nfs4_layoutget_handle_exception()