Home | History | Annotate | Download | only in libhfs_iso

Lines Matching defs:nnum

44   if (np->nnum < 0 || (np->nnum > 0 && np->nnum >= bt->hdr.bthNNodes))
50 if (bt->map && ! BMTST(bt->map, np->nnum))
56 if (f_getblock(&bt->f, np->nnum, bp) < 0)
97 if (np->nnum && np->nnum >= bt->hdr.bthNNodes)
102 else if (bt->map && ! BMTST(bt->map, np->nnum))
130 if (f_putblock(&bt->f, np->nnum, bp) < 0)
145 unsigned long nnum;
148 bt->hdrnd.nnum = 0;
202 nnum = bt->hdrnd.nd.ndFLink;
204 while (nnum)
210 n.nnum = nnum;
240 nnum = n.nd.ndFLink;
256 unsigned long mapsz, nnum;
260 bt->hdrnd.nnum != 0 ||
288 nnum = bt->hdrnd.nd.ndFLink;
294 if (nnum == 0)
301 n.nnum = nnum;
323 nnum = n.nd.ndFLink;
395 bt->hdrnd.nd.ndFLink = mapnd.nnum;
403 n.nnum = bt->hdrnd.nd.ndFLink;
413 n.nnum = n.nd.ndFLink;
416 n.nd.ndFLink = mapnd.nnum;
417 mapnd.nd.ndBLink = n.nnum;
457 child.nnum = d_getl(HFS_RECDATA(rec));
465 n_index(np->bt, HFS_NODEREC(child, 0), child.nnum, rec, 0);
499 bt->hdr.bthRoot = root.nnum;
500 bt->hdr.bthFNode = root.nnum;
501 bt->hdr.bthLNode = root.nnum;
508 root.nnum = bt->hdr.bthRoot;
524 n_index(bt, HFS_NODEREC(root, 0), root.nnum, oroot, &orootlen);
531 bt->hdr.bthRoot = root.nnum;
577 child.nnum = d_getl(HFS_RECDATA(rec));
592 n_index(np->bt, HFS_NODEREC(*np, 0), np->nnum, record, 0);
627 root.nnum = bt->hdr.bthRoot;
629 if (root.nnum == 0)
677 np->nnum = bt->hdr.bthRoot;
679 if (np->nnum == 0)
705 np->nnum = d_getl(HFS_RECDATA(rec));