Home
last modified time | relevance | path

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

/u-boot/net/
A Dnfs.c62 static unsigned int filefh3_length; /* (variable) length of filefh when NFSv3 */ variable
342 *p++ = htonl(filefh3_length); in nfs_readlink_req()
343 memcpy(p, filefh, filefh3_length); in nfs_readlink_req()
344 p += (filefh3_length / 4); in nfs_readlink_req()
414 *p++ = htonl(filefh3_length); in nfs_read_req()
415 memcpy(p, filefh, filefh3_length); in nfs_read_req()
416 p += (filefh3_length / 4); in nfs_read_req()
620 filefh3_length = ntohl(rpc_pkt.u.reply.data[1]); in nfs_lookup_reply()
621 if (filefh3_length > NFS3_FHSIZE) in nfs_lookup_reply()
622 filefh3_length = NFS3_FHSIZE; in nfs_lookup_reply()
[all …]

Completed in 10 milliseconds