ihead
extern struct linkbuf *ihead; /* list of files with more than one link */
for (; ihead != NULL; ihead = ihead->nextp) {
free(ihead);
if ((opts & IGNLNKS) || ihead->count == 0)
ihead->pathname);
struct linkbuf *ihead; /* list of files with more than one link */
for (lp = ihead; lp != NULL; lp = lp->nextp)
lp->nextp = ihead;
ihead = lp;
uintptr_t ihead;
union ihead ih;
if (mdb_readvar(&ihead, "ihead") == -1) {
if (mdb_vread(&ih, sizeof (union ihead), ihead) == -1) {
mdb_warn("failed to read ihead at %p", ihead);
iw->iw_ihead = ihead;
union ihead ih;
iw->iw_ihead += sizeof (union ihead);
if (mdb_vread(&ih, sizeof (union ihead), iw->iw_ihead) == -1) {
for (; ihead != NULL; ihead = ihead->nextp) {
if (ihead->count == 0)
"tar: missing links to %s\n"), ihead->pathname);
} *ihead;
for (lp = ihead; lp != NULL; lp = lp->nextp)
lp->nextp = ihead;
ihead = lp;
union ihead *ih;
union ihead *ih;
union ihead *ih;
union ihead *ih = ud_ihead;
union ihead ud_ihead[UD_HASH_SZ];
union ihead *ih;
union ihead *ih;
extern union ihead ud_ihead[UD_HASH_SZ];
union ihead *ihead; /* inode LRU cache, Chris Maltby */
union ihead *ih; /* current hash chain */
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
union ihead *ih = ihead;
ihead = kmem_zalloc(inohsz * sizeof (union ihead), KM_SLEEP);
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
union ihead *ih;
ih = &ihead[hno];
union ihead *ih;
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
union ihead *ih;
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
list_head_t *ihead;
ihead = &flow->items;
item->hdr = flowacct_add_obj(ihead, ihead->tail, (void *)item);
union ihead *ih_head[2];
union ihead *ih_head[2];
extern union ihead *ihead;