Searched refs:b_un (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dfsck.h151 } b_un; member in struct:bufarea
157 (bp)->b_un.b_indir1[i] : (bp)->b_un.b_indir2[i])
161 (bp)->b_un.b_indir1[i] = (val); \
163 (bp)->b_un.b_indir2[i] = (val); \
219 #define sblock (*sblk.b_un.b_fs)
H A Dea.c77 cp = (u_char *)bp->b_un.b_buf;
H A Dfsutil.c170 cgblk.b_un.b_buf = bufp;
184 bp->b_un.b_buf = bufp;
214 if (cgbp->b_un.b_cg != NULL)
223 cgbp->b_un.b_cg = cgp;
239 if (cgbp->b_un.b_cg == NULL)
242 free(cgbp->b_un.b_buf);
243 cgbp->b_un.b_buf = NULL;
313 bp->b_errs = blread(fsreadfd, bp->b_un.b_buf, dblk, size);
341 blwrite(fd, bp->b_un.b_buf, bp->b_bno, bp->b_size);
407 free(cgblk.b_un
[all...]
H A Ddir.c132 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
157 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
164 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
180 dp = (struct direct *)(bp->b_un.b_buf + dploc);
185 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
195 dp = (struct direct *)(bp->b_un.b_buf + dploc);
574 memmove(firstblk, bp->b_un.b_buf, DIRBLKSIZ);
578 memmove(bp->b_un.b_buf, firstblk, DIRBLKSIZ);
579 for (cp = &bp->b_un.b_buf[DIRBLKSIZ];
580 cp < &bp->b_un
[all...]
H A Dsetup.c58 #define altsblock (*asblk.b_un.b_fs)
447 sblk.b_un.b_buf = Malloc(SBLOCKSIZE);
448 asblk.b_un.b_buf = Malloc(SBLOCKSIZE);
449 if (sblk.b_un.b_buf == NULL || asblk.b_un.b_buf == NULL)
H A Dinode.c300 &pbp->b_un.b_dinode1[inumber % INOPB(&sblock)]);
301 return ((union dinode *)&pbp->b_un.b_dinode2[inumber % INOPB(&sblock)]);
340 nextinop = inobuf.b_un.b_buf;
343 if (rebuildcg && nextinop == inobuf.b_un.b_buf) {
410 if (inobuf.b_un.b_buf != NULL)
426 if ((inobuf.b_un.b_buf = Malloc((unsigned)inobufsize)) == NULL)
434 if (inobuf.b_un.b_buf != NULL)
435 free((char *)inobuf.b_un.b_buf);
436 inobuf.b_un.b_buf = NULL;
675 cgp = cgbp->b_un
[all...]
H A Dpass1.c98 cgp = cgbp->b_un.b_cg;
H A Dpass5.c166 cg = cgbp->b_un.b_cg;
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdbutil.c241 bp->b_un.b_buf = bufp;
251 blkno = bp->b_un.b_indir1[i];
253 blkno = bp->b_un.b_indir2[i];
H A Dfsdb.c478 cgp = cgbp->b_un.b_cg;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c470 bp->b_un.b_addr = (void *)data;
605 bp->b_un.b_addr = zio->io_data;

Completed in 153 milliseconds