Symbol: ihead
usr/src/cmd/cmd-inet/usr.bin/rdist/defs.h
136
extern struct linkbuf *ihead; /* list of files with more than one link */
usr/src/cmd/cmd-inet/usr.bin/rdist/docmd.c
229
for (; ihead != NULL; ihead = ihead->nextp) {
usr/src/cmd/cmd-inet/usr.bin/rdist/docmd.c
230
free(ihead);
usr/src/cmd/cmd-inet/usr.bin/rdist/docmd.c
231
if ((opts & IGNLNKS) || ihead->count == 0)
usr/src/cmd/cmd-inet/usr.bin/rdist/docmd.c
234
ihead->pathname);
usr/src/cmd/cmd-inet/usr.bin/rdist/server.c
44
struct linkbuf *ihead; /* list of files with more than one link */
usr/src/cmd/cmd-inet/usr.bin/rdist/server.c
561
for (lp = ihead; lp != NULL; lp = lp->nextp)
usr/src/cmd/cmd-inet/usr.bin/rdist/server.c
570
lp->nextp = ihead;
usr/src/cmd/cmd-inet/usr.bin/rdist/server.c
571
ihead = lp;
usr/src/cmd/mdb/common/modules/ufs/ufs.c
47
uintptr_t ihead;
usr/src/cmd/mdb/common/modules/ufs/ufs.c
48
union ihead ih;
usr/src/cmd/mdb/common/modules/ufs/ufs.c
64
if (mdb_readvar(&ihead, "ihead") == -1) {
usr/src/cmd/mdb/common/modules/ufs/ufs.c
69
if (mdb_vread(&ih, sizeof (union ihead), ihead) == -1) {
usr/src/cmd/mdb/common/modules/ufs/ufs.c
70
mdb_warn("failed to read ihead at %p", ihead);
usr/src/cmd/mdb/common/modules/ufs/ufs.c
77
iw->iw_ihead = ihead;
usr/src/cmd/mdb/common/modules/ufs/ufs.c
90
union ihead ih;
usr/src/cmd/mdb/common/modules/ufs/ufs.c
96
iw->iw_ihead += sizeof (union ihead);
usr/src/cmd/mdb/common/modules/ufs/ufs.c
98
if (mdb_vread(&ih, sizeof (union ihead), iw->iw_ihead) == -1) {
usr/src/cmd/tar/tar.c
1450
for (; ihead != NULL; ihead = ihead->nextp) {
usr/src/cmd/tar/tar.c
1451
if (ihead->count == 0)
usr/src/cmd/tar/tar.c
1454
"tar: missing links to %s\n"), ihead->pathname);
usr/src/cmd/tar/tar.c
411
} *ihead;
usr/src/cmd/tar/tar.c
8041
for (lp = ihead; lp != NULL; lp = lp->nextp)
usr/src/cmd/tar/tar.c
8096
lp->nextp = ihead;
usr/src/cmd/tar/tar.c
8097
ihead = lp;
usr/src/uts/common/fs/udfs/udf_inode.c
135
union ihead *ih;
usr/src/uts/common/fs/udfs/udf_inode.c
166
union ihead *ih;
usr/src/uts/common/fs/udfs/udf_inode.c
1855
union ihead *ih;
usr/src/uts/common/fs/udfs/udf_inode.c
2166
union ihead *ih = ud_ihead;
usr/src/uts/common/fs/udfs/udf_inode.c
97
union ihead ud_ihead[UD_HASH_SZ];
usr/src/uts/common/fs/udfs/udf_subr.c
811
union ihead *ih;
usr/src/uts/common/fs/udfs/udf_subr.c
840
union ihead *ih;
usr/src/uts/common/fs/udfs/udf_subr.c
89
extern union ihead ud_ihead[UD_HASH_SZ];
usr/src/uts/common/fs/ufs/ufs_inode.c
106
union ihead *ihead; /* inode LRU cache, Chris Maltby */
usr/src/uts/common/fs/ufs/ufs_inode.c
1624
union ihead *ih; /* current hash chain */
usr/src/uts/common/fs/ufs/ufs_inode.c
1654
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
usr/src/uts/common/fs/ufs/ufs_inode.c
304
union ihead *ih = ihead;
usr/src/uts/common/fs/ufs/ufs_inode.c
309
ihead = kmem_zalloc(inohsz * sizeof (union ihead), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_inode.c
312
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
usr/src/uts/common/fs/ufs/ufs_inode.c
450
union ihead *ih;
usr/src/uts/common/fs/ufs/ufs_inode.c
472
ih = &ihead[hno];
usr/src/uts/common/fs/ufs/ufs_subr.c
834
union ihead *ih;
usr/src/uts/common/fs/ufs/ufs_subr.c
841
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
usr/src/uts/common/fs/ufs/ufs_vfsops.c
1386
union ihead *ih;
usr/src/uts/common/fs/ufs/ufs_vfsops.c
1514
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
usr/src/uts/common/fs/ufs/ufs_vfsops.c
1565
for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
usr/src/uts/common/ipp/flowacct/flowacct.c
437
list_head_t *ihead;
usr/src/uts/common/ipp/flowacct/flowacct.c
488
ihead = &flow->items;
usr/src/uts/common/ipp/flowacct/flowacct.c
544
item->hdr = flowacct_add_obj(ihead, ihead->tail, (void *)item);
usr/src/uts/common/sys/fs/udf_inode.h
558
union ihead *ih_head[2];
usr/src/uts/common/sys/fs/ufs_inode.h
815
union ihead *ih_head[2];
usr/src/uts/common/sys/fs/ufs_inode.h
819
extern union ihead *ihead;