Lines Matching refs:bdhead
518 struct bdhead { struct
523 #define BDH(p) ((struct bdhead *) (p)) argument
832 size += sizeof(struct bdhead) - sizeof(struct bhead);
837 struct bdhead *bdh;
907 struct bdhead *bd;
909 bd = BDH(buf - sizeof(struct bdhead));
910 rsize = bd->tsize - sizeof(struct bdhead) - bd->offs;
947 struct bdhead *bd;
949 bd = BDH(((char *) buf) - sizeof(struct bdhead));
950 osize = bd->tsize - sizeof(struct bdhead) - bd->offs;
991 struct bdhead *bdh;
993 bdh = BDH(((char *) buf) - sizeof(struct bdhead));
1003 sizeof(struct bdhead)));
1006 poolset->relfcn((char *)buf - sizeof(struct bdhead) - bdh->offs); /* Release it directly. */