Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/client/
H A Dnfs_clrpcops.c4721 int cnt, error, gotiomode, fhcnt, nfhlen, i, j; in nfsrpc_layoutget() local
4773 fhcnt = fxdr_unsigned(int, *(tl + 11 + in nfsrpc_layoutget()
4775 NFSCL_DEBUG(4, "fhcnt=%d\n", fhcnt); in nfsrpc_layoutget()
4776 if (fhcnt < 0 || fhcnt > 100) { in nfsrpc_layoutget()
4781 if (fhcnt > 1) in nfsrpc_layoutget()
4782 flp = malloc(sizeof(*flp) + (fhcnt - 1) * in nfsrpc_layoutget()
4814 if (fxdr_unsigned(int, *tl) != fhcnt) { in nfsrpc_layoutget()
4819 for (j = 0; j < fhcnt; j++) { in nfsrpc_layoutget()