Searched refs:nfhlen (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 7822 int cnt, error, fhcnt, gotiomode, i, iomode, j, k, l, laytype, nfhlen; in nfsrv_parselayoutget() local 7909 nfhlen = fxdr_unsigned(int, *tl); in nfsrv_parselayoutget() 7910 if (nfhlen <= 0 || nfhlen > NFSX_V4FHMAX) { in nfsrv_parselayoutget() 7914 nfhp = malloc(sizeof(*nfhp) + nfhlen - 1, in nfsrv_parselayoutget() 7918 nfhp->nfh_len = nfhlen; in nfsrv_parselayoutget() 7919 NFSM_DISSECT(cp, uint8_t *, NFSM_RNDUP(nfhlen)); in nfsrv_parselayoutget() 7920 NFSBCOPY(cp, nfhp->nfh_fh, nfhlen); in nfsrv_parselayoutget() 7998 nfhlen = fxdr_unsigned(int, in nfsrv_parselayoutget() 8000 NFSCL_DEBUG(4, "nfhlen in nfsrv_parselayoutget() [all...] |