Searched refs:bdhead (Results 1 – 2 of 2) sorted by relevance
518 struct bdhead { struct523 #define BDH(p) ((struct bdhead *) (p)) argument832 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;[all …]
202 struct bdhead *bd; in bget_buf_size()204 bd = BDH(((char *)buf) - sizeof(struct bdhead)); in bget_buf_size()205 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size()