Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnfs.c55 static char filefh[NFS3_FHSIZE]; /* NFSv2 / NFSv3 file handle */ variable
300 memcpy(p, filefh, NFS_FHSIZE); in nfs_readlink_req()
304 memcpy(p, filefh, filefh3_length); in nfs_readlink_req()
369 memcpy(p, filefh, NFS_FHSIZE); in nfs_read_req()
376 memcpy(p, filefh, filefh3_length); in nfs_read_req()
569 memcpy(filefh, rpc_pkt.u.reply.data + 1, NFS_FHSIZE); in nfs_lookup_reply()
574 memcpy(filefh, rpc_pkt.u.reply.data + 2, filefh3_length); in nfs_lookup_reply()