Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
Drpc.h537 unsigned int rc_fhsize; /* File size of the root directory */ member
Drpc_clnt.c788 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()
Dnfs_adapter.c633 nmp->nm_fhsize = nmp->nm_rpcclnt->rc_fhsize; in nfs_bind()