wd_ioctl
struct wd_ioctl *wi;
LIST_ENTRY(wd_ioctl) wi_list;
static struct wd_ioctl *wi_find(struct buf *);
static void wi_free(struct wd_ioctl *);
static struct wd_ioctl *wi_get(struct wd_softc *);
struct wd_ioctl *
struct wd_ioctl *wi;
wi = kmem_zalloc(sizeof(struct wd_ioctl), KM_SLEEP);
wi_free(struct wd_ioctl *wi)
struct wd_ioctl *
return container_of(bp, struct wd_ioctl, wi_bp);
wi_sector_size(const struct wd_ioctl * const wi)
struct wd_ioctl *wi;