Searched refs:bdhead (Results 1 – 2 of 2) sorted by relevance
518 struct bdhead { struct523 #define BDH(p) ((struct bdhead *) (p)) argument789 struct bdhead *bdh;860 struct bdhead *bd;862 bd = BDH(buf - sizeof(struct bdhead));900 struct bdhead *bd;902 bd = BDH(((char *) buf) - sizeof(struct bdhead));940 struct bdhead *bdh;942 bdh = BDH(((char *) buf) - sizeof(struct bdhead));952 sizeof(struct bdhead)));[all …]
454 struct bdhead *bd; in bget_buf_size()456 bd = BDH(((char *)buf) - sizeof(struct bdhead)); in bget_buf_size()457 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size()
Completed in 7 milliseconds