Searched refs:fhcnt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/fs/nfsclient/ |
| D | nfs_clrpcops.c | 4793 int cnt, error, gotiomode, fhcnt, nfhlen, i, j; in nfsrpc_layoutget() local 4845 fhcnt = fxdr_unsigned(int, *(tl + 11 + in nfsrpc_layoutget() 4847 NFSCL_DEBUG(4, "fhcnt=%d\n", fhcnt); in nfsrpc_layoutget() 4848 if (fhcnt < 0 || fhcnt > 100) { in nfsrpc_layoutget() 4853 if (fhcnt > 1) in nfsrpc_layoutget() 4854 flp = malloc(sizeof(*flp) + (fhcnt - 1) * in nfsrpc_layoutget() 4886 if (fxdr_unsigned(int, *tl) != fhcnt) { in nfsrpc_layoutget() 4891 for (j = 0; j < fhcnt; j++) { in nfsrpc_layoutget()
|