Searched refs:ihead (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 49 uintptr_t ihead; in inode_walk_init() local 50 union ihead ih; in inode_walk_init() 66 if (mdb_readvar(&ihead, "ihead") == -1) { in inode_walk_init() 71 if (mdb_vread(&ih, sizeof (union ihead), ihead) == -1) { in inode_walk_init() 72 mdb_warn("failed to read ihead at %p", ihead); in inode_walk_init() 79 iw->iw_ihead = ihead; in inode_walk_init() 92 union ihead ih; in inode_walk_step() 98 iw->iw_ihead += sizeof (union ihead); in inode_walk_step() 100 if (mdb_vread(&ih, sizeof (union ihead), iw->iw_ihead) == -1) { in inode_walk_step()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | docmd.c | 238 for (; ihead != NULL; ihead = ihead->nextp) { 239 free(ihead); 240 if ((opts & IGNLNKS) || ihead->count == 0) 243 ihead->pathname);
|
H A D | defs.h | 138 extern struct linkbuf *ihead; /* list of files with more than one link */
|
H A D | server.c | 43 struct linkbuf *ihead; /* list of files with more than one link */ variable 565 for (lp = ihead; lp != NULL; lp = lp->nextp) 574 lp->nextp = ihead; 575 ihead = lp;
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_inode.c | 105 union ihead *ihead; /* inode LRU cache, Chris Maltby */ variable 302 union ihead *ih = ihead; in ihinit() 307 ihead = kmem_zalloc(inohsz * sizeof (union ihead), KM_SLEEP); in ihinit() 310 for (i = 0, ih = ihead; i < inohsz; i++, ih++) { in ihinit() 448 union ihead *ih; in ufs_iget_internal() 470 ih = &ihead[hno]; in ufs_iget_internal() 1622 union ihead *ih; /* current hash chain */ in ufs_scan_inodes() 1652 for (i = 0, ih = ihead; i < inohsz; i++, ih++) { in ufs_scan_inodes()
|
H A D | ufs_vfsops.c | 1385 union ihead *ih; in ufs_unmount() 1513 for (i = 0, ih = ihead; i < inohsz; i++, ih++) { in ufs_unmount() 1564 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()
|
/titanic_50/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];
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 96 union ihead ud_ihead[UD_HASH_SZ]; 134 union ihead *ih; in ud_search_icache() 165 union ihead *ih; in ud_iget() 1855 union ihead *ih; in ud_iflush() 2168 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()
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 409 } *ihead; variable 1447 for (; ihead != NULL; ihead = ihead->nextp) { in dorep() 1448 if (ihead->count == 0) in dorep() 1451 "tar: missing links to %s\n"), ihead->pathname); in dorep() 8026 for (lp = ihead; lp != NULL; lp = lp->nextp) in put_link() 8081 lp->nextp = ihead; in put_link() 8082 ihead = lp; in put_link()
|