Home
last modified time | relevance | path

Searched refs:iw_ihead (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c41 uintptr_t iw_ihead; member
79 iw->iw_ihead = ihead; in inode_walk_init()
94 while (addr == iw->iw_ihead) { 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()
101 mdb_warn("failed to read ihead at %p", iw->iw_ihead); in inode_walk_step()