Home | History | Annotate | Download | only in nlm

Lines Matching refs:n_bytes

281 	return ((struct nlm_grantcookie *)src->n_bytes)->ng_sysid;
288 return ((struct nlm_grantcookie *)src->n_bytes)->ng_cookie;
333 dst->n_bytes = malloc(srcsize, type, M_WAITOK);
334 memcpy(dst->n_bytes, src, srcsize);
345 nlm_make_netobj(dst, src->n_bytes, src->n_len, type);
1339 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes,
1341 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes;
1751 memcpy(fhp, p->n_bytes, sizeof(fhandle_t));
2329 && !memcmp(argp->alock.fh.n_bytes, nw->nw_lock.fh.n_bytes,