Home
last modified time | relevance | path

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

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