Home
last modified time | relevance | path

Searched refs:NFS4_CONTENT_DATA (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dnfs4.h663 NFS4_CONTENT_DATA = 0, enumerator
/openbmc/linux/fs/nfs/
H A Dnfs42xdr.c982 return seg->type == NFS4_CONTENT_DATA ? seg->data.length : seg->hole.length;
995 p = xdr_inline_decode(xdr, seg->type == NFS4_CONTENT_DATA ? 12 : 16); in decode_read_plus_segment()
1000 if (seg->type == NFS4_CONTENT_DATA) { in decode_read_plus_segment()
H A Dnfs4trace.h2103 TRACE_DEFINE_ENUM(NFS4_CONTENT_DATA);
2108 { NFS4_CONTENT_DATA, "DATA" }, \
H A Dnfs42proc.c670 NFS4_CONTENT_HOLE : NFS4_CONTENT_DATA, in _nfs42_proc_llseek()
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c2033 case NFS4_CONTENT_DATA: in nfsd4_seek()
H A Dnfs4xdr.c4919 *p++ = cpu_to_be32(NFS4_CONTENT_DATA); in nfsd4_encode_read_plus_data()