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

/freebsd-9.3-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.c169 cgblk.b_un.b_buf = bufp;
183 bp->b_un.b_buf = bufp;
213 if (cgbp->b_un.b_cg != NULL)
222 cgbp->b_un.b_cg = cgp;
240 if (cgbp->b_un.b_cg == NULL)
243 free(cgbp->b_un.b_buf);
244 cgbp->b_un.b_buf = NULL;
314 bp->b_errs = blread(fsreadfd, bp->b_un.b_buf, dblk, size);
342 blwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
408 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.c299 &pbp->b_un.b_dinode1[inumber % INOPB(&sblock)]);
300 return ((union dinode *)&pbp->b_un.b_dinode2[inumber % INOPB(&sblock)]);
338 nextinop = inobuf.b_un.b_buf;
341 if (rebuildcg && nextinop == inobuf.b_un.b_buf) {
407 if (inobuf.b_un.b_buf != NULL)
423 if ((inobuf.b_un.b_buf = Malloc((unsigned)inobufsize)) == NULL)
431 if (inobuf.b_un.b_buf != NULL)
432 free((char *)inobuf.b_un.b_buf);
433 inobuf.b_un.b_buf = NULL;
672 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-9.3-release/sbin/fsdb/
H A Dfsdbutil.c243 bp->b_un.b_buf = bufp;
253 blkno = bp->b_un.b_indir1[i];
255 blkno = bp->b_un.b_indir2[i];
H A Dfsdb.c474 cgp = cgbp->b_un.b_cg;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c623 bp->b_un.b_addr = (void *)data;
767 bp->b_un.b_addr = zio->io_data;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h804 } b_un; member in struct:buf

Completed in 168 milliseconds