Lines Matching refs:dpos
44 caddr_t *dpos);
47 static int fhanew_get_offset(struct mbuf **md, caddr_t *dpos,
154 fhanew_get_fh(uint64_t *fh, int v3, struct mbuf **md, caddr_t *dpos) in fhanew_get_fh() argument
167 nd->nd_dpos = *dpos; in fhanew_get_fh()
189 *dpos = nd->nd_dpos; in fhanew_get_fh()
213 fhanew_get_offset(struct mbuf **md, caddr_t *dpos, int v3, in fhanew_get_offset() argument
224 nd->nd_dpos = *dpos; in fhanew_get_offset()
236 *dpos = nd->nd_dpos; in fhanew_get_offset()
296 caddr_t dpos; in fha_extract_info() local
343 dpos = mtod(md, caddr_t); in fha_extract_info()
346 error = fhanew_get_fh(&i->fh, v3, &md, &dpos); in fha_extract_info()
352 fhanew_get_offset(&md, &dpos, v3, i); in fha_extract_info()