Lines Matching refs:bufarea
58 static struct bufarea *getdatablk(daddr_t, long);
59 static struct bufarea *getblk(struct bufarea *, daddr_t, long);
61 void flush(int32_t, struct bufarea *);
163 struct bufarea *
166 struct bufarea *bp; in getfilentry()
193 putfilentry(struct bufarea *bp) in putfilentry()
254 register struct bufarea *bp; in bufinit()
266 bp = (struct bufarea *)malloc(sizeof (struct bufarea)); in bufinit()
287 static struct bufarea *
290 register struct bufarea *bp; in getdatablk()
314 static struct bufarea *
315 getblk(struct bufarea *bp, daddr_t blk, long size) in getblk()
331 flush(int32_t fd, struct bufarea *bp) in flush()
357 struct bufarea *bp, *nbp; in ckfini()