Home
last modified time | relevance | path

Searched refs:xdr_encode_array (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dxdr.h111 static inline __be32 *xdr_encode_array(__be32 *p, const void *s, unsigned int len) in xdr_encode_array() function
/linux-4.1.27/net/sunrpc/
Dauth_unix.c158 p = xdr_encode_array(p, clnt->cl_nodename, clnt->cl_nodelen); in unx_marshal()
Dxdr.c95 return xdr_encode_array(p, string, strlen(string)); in xdr_encode_string()
/linux-4.1.27/fs/nfsd/
Dnfsxdr.c531 p = xdr_encode_array(p, name, namlen);/* name length & name */ in nfssvc_encode_entry()
Dnfs3xdr.c798 p = xdr_encode_array(p, name, namlen);/* name length & name */ in encode_entry_baggage()
Dnfs4xdr.c2934 p = xdr_encode_array(p, name, namlen); /* name length & name */ in nfsd4_encode_dirent()
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c1837 p = xdr_encode_array(p, clnt->cl_nodename, clnt->cl_nodelen); in encode_create_session()