Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnfs.c54 static char dirfh[NFS_FHSIZE]; /* NFSv2 / NFSv3 file handle of directory */ variable
329 memcpy(p, dirfh, NFS_FHSIZE); in nfs_lookup_req()
342 memcpy(p, dirfh, NFS_FHSIZE); in nfs_lookup_req()
482 memcpy(dirfh, rpc_pkt.u.reply.data + 1, NFS_FHSIZE); in nfs_mount_reply()
506 memset(dirfh, 0, sizeof(dirfh)); in nfs_umountall_reply()