Searched refs:xdr_encode_array (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | xdr.h | 135 static inline __be32 *xdr_encode_array(__be32 *p, const void *s, unsigned int len) in xdr_encode_array() function
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfsxdr.c | 584 p = xdr_encode_array(p, name, namlen);/* name length & name */ in nfssvc_encode_entry()
|
D | nfs3xdr.c | 844 p = xdr_encode_array(p, name, namlen);/* name length & name */ in encode_entry_baggage()
|
D | nfs4xdr.c | 3396 p = xdr_encode_array(p, name, namlen); /* name length & name */ in nfsd4_encode_dirent()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | xdr.c | 101 return xdr_encode_array(p, string, strlen(string)); in xdr_encode_string()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs4xdr.c | 1877 p = xdr_encode_array(p, clnt->cl_nodename, clnt->cl_nodelen); in encode_create_session()
|