Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/xdrgen/
H A Dnlm3.h138 enum { SM_PRIV_SIZE = 16 }; enumerator
142 u8 private[SM_PRIV_SIZE];
206 (NLM3_nlm_notify_sz + XDR_QUADLEN(SM_PRIV_SIZE))
H A Dnlm4.h153 enum { SM_PRIV_SIZE = 16 }; enumerator
157 u8 private[SM_PRIV_SIZE];
229 (NLM4_nlm4_notify_sz + XDR_QUADLEN(SM_PRIV_SIZE))
/linux/fs/lockd/
H A Dnlm3xdr_gen.c269 if (xdr_stream_decode_opaque_fixed(xdr, ptr->private, SM_PRIV_SIZE) < 0) in xdrgen_decode_nlm_notifyargs()
635 if (xdr_stream_encode_opaque_fixed(xdr, value->private, SM_PRIV_SIZE) < 0) in xdrgen_encode_nlm_notifyargs()
H A Dnlm4xdr_gen.c298 if (xdr_stream_decode_opaque_fixed(xdr, ptr->private, SM_PRIV_SIZE) < 0) in xdrgen_decode_nlm4_notifyargs()
688 if (xdr_stream_encode_opaque_fixed(xdr, value->private, SM_PRIV_SIZE) < 0) in xdrgen_encode_nlm4_notifyargs()
H A Dsvcproc.c22 #undef SM_PRIV_SIZE
H A Dsvc4proc.c23 #undef SM_PRIV_SIZE