Lines Matching refs:b_buf
199 dp = (struct direct *)(bp->b_un.b_buf + off);
228 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
253 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
260 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
278 dp = (struct direct *)(bp->b_un.b_buf + dploc);
283 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
293 dp = (struct direct *)(bp->b_un.b_buf + dploc);
794 memmove(firstblk, bp->b_un.b_buf, dirblksiz);
798 memmove(bp->b_un.b_buf, firstblk, dirblksiz);
800 for (cp = &bp->b_un.b_buf[dirblksiz];
801 cp < &bp->b_un.b_buf[sblock->fs_bsize];
808 memmove(bp->b_un.b_buf, &emptydir, sizeof emptydir);
874 memmove(bp->b_un.b_buf, dirp, sizeof(struct dirtemplate));
876 for (cp = &bp->b_un.b_buf[dirblksiz];
877 cp < &bp->b_un.b_buf[sblock->fs_fsize];