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

/linux-master/include/trace/misc/
H A Dnfs.h140 TRACE_DEFINE_ENUM(NFS4ERR_LAYOUTUNAVAILABLE); variable
290 { NFS4ERR_LAYOUTUNAVAILABLE, "LAYOUTUNAVAILABLE" }, \
/linux-master/include/linux/
H A Dnfs4.h251 NFS4ERR_LAYOUTUNAVAILABLE = 10059, enumerator in enum:nfsstat4
/linux-master/fs/nfsd/
H A Dnfsd.h292 #define nfserr_layoutunavailable cpu_to_be32(NFS4ERR_LAYOUTUNAVAILABLE)
/linux-master/fs/nfs/
H A Dnfs4proc.c9666 * NFS4ERR_LAYOUTUNAVAILABLE means we are not supposed to use pnfs
9670 case -NFS4ERR_LAYOUTUNAVAILABLE:

Completed in 135 milliseconds