Searched refs:rc_fhsize (Results 1 – 3 of 3) sorted by relevance
537 unsigned int rc_fhsize; /* File size of the root directory */ member
788 rpc->rc_fhsize = fxdr_unsigned(uint32_t, response.mdata.mount.fhandle.length); in rpcclnt_connect()789 memcpy(&rpc->rc_fh, &response.mdata.mount.fhandle.handle, rpc->rc_fhsize); in rpcclnt_connect()
633 nmp->nm_fhsize = nmp->nm_rpcclnt->rc_fhsize; in nfs_bind()