APPLEUFS_LABEL_SIZE
if (APPLEUFS_LABEL_SIZE % dev_bsize != 0)
(long)APPLEUFS_LABEL_SIZE) != 0)
appleufsblk.b_size = APPLEUFS_LABEL_SIZE;
bufp = aligned_alloc(DEV_BSIZE, (unsigned int)APPLEUFS_LABEL_SIZE);
APPLEUFS_LABEL_SIZE, &appleufs);
} else if (APPLEUFS_LABEL_SIZE % sectorsize == 0) {
APPLEUFS_LABEL_SIZE, &appleufs);
APPLEUFS_LABEL_SIZE, &appleufs);
memset(appleufs, 0, APPLEUFS_LABEL_SIZE);
int len = APPLEUFS_LABEL_SIZE; /* sizeof(struct appleufslabel) */
error = bread(devvp, blkno, APPLEUFS_LABEL_SIZE, 0, &bp);
#define APPLEUFS_LABEL_OFFSET (BBSIZE - APPLEUFS_LABEL_SIZE) /* located at 7k */