rawread
void rawread(daddr_t, char *, int);
rawread(sblock_try[i], (char *)superblock, MAXBSIZE);
rawread(blkno, buf, size);
rawread(blkno, buf, size);
rawread(oblkno, obuf, osize);
rawread(oblkno, obuf, osize);
rawread(lfs_fsbtob(sblock, (off_t)lfs_sb_getsboff(sblock, 1)), u.tbuf,
rawread(sboff, (char *) sblock, LFS_SBPAD);
if (error = rawread(ctx, MBR_BBSECTOR, 1, ctx->buf)) {
if (error = rawread(ctx, ctx->start + LABELSECTOR, 1, ctx->buf)) {
static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
if (error = rawread(ctx, dblk, nblks, buf)) {
if (error = rawread(ctx, dblk + nblks, 1, ctx->buf)) {
if (error = rawread(ctx, MBR_BBSECTOR, 1, ctx->buf)) {
if (error = rawread(ctx, ctx->start + LABELSECTOR, 1, ctx->buf)) {
static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
if (error = rawread(ctx, dblk, nblks, buf)) {
if (error = rawread(ctx, dblk + nblks, 1, ctx->buf)) {