Searched refs:xdr_encode_array (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/linux/sunrpc/ |
D | xdr.h | 138 static inline __be32 *xdr_encode_array(__be32 *p, const void *s, unsigned int len) in xdr_encode_array() function
|
/Linux-v5.4/fs/nfsd/ |
D | nfsxdr.c | 551 p = xdr_encode_array(p, name, namlen);/* name length & name */ in nfssvc_encode_entry()
|
D | nfs3xdr.c | 838 p = xdr_encode_array(p, name, namlen);/* name length & name */ in encode_entry_baggage()
|
D | nfs4xdr.c | 3100 p = xdr_encode_array(p, name, namlen); /* name length & name */ in nfsd4_encode_dirent()
|
/Linux-v5.4/net/sunrpc/ |
D | xdr.c | 98 return xdr_encode_array(p, string, strlen(string)); in xdr_encode_string()
|
/Linux-v5.4/fs/nfs/ |
D | nfs4xdr.c | 1880 p = xdr_encode_array(p, clnt->cl_nodename, clnt->cl_nodelen); in encode_create_session()
|