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