Searched defs:iw_ihead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c41 uintptr_t iw_ihead; member in struct:inode_walk_data
79 iw->iw_ihead = ihead;
94 while (addr == iw->iw_ihead) {
98 iw->iw_ihead += sizeof (union ihead);
100 if (mdb_vread(&ih, sizeof (union ihead), iw->iw_ihead) == -1) {
101 mdb_warn("failed to read ihead at %p", iw->iw_ihead);

Completed in 58 milliseconds