fdb_holes_t
fdb_holes_t *fdh, *fdhp;
kmem_free(fdhp, sizeof (fdb_holes_t));
fdb_holes_t *this_hole;
this_hole = kmem_alloc(sizeof (fdb_holes_t), KM_SLEEP);
fdb_holes_t *fdhp = fdb->fd_holes;
fdb_holes_t *
fdb_holes_t *fdh = fdb->fd_holes;
fdb_holes_t *pfdh = fdh;
kmem_free(pfdh, sizeof (fdb_holes_t));
fdb_holes_t *pfdh = fdh;
kmem_free(pfdh, sizeof (fdb_holes_t));
fdb_holes_t *fd_holes; /* holes list if this fdbuffer has holes */
extern fdb_holes_t *fdb_get_holes(fdbuffer_t *fdbuf);