Home | History | Annotate | Download | only in fsck_ffs

Lines Matching defs:inodebuf

399 union dinode *inodebuf;
423 (void)bread(fsreadfd, (caddr_t)inodebuf, dblk, size);
426 swap_dinode2(inodebuf, lastinum - inumber);
428 swap_dinode1(inodebuf, lastinum - inumber);
429 bwrite(fswritefd, (char *)inodebuf, dblk, size);
431 dp = (union dinode *)inodebuf;
452 if (inodebuf != NULL)
465 if (inodebuf == NULL &&
466 (inodebuf = aligned_alloc(DEV_BSIZE, (unsigned)inobufsize)) == NULL)
474 if (inodebuf != NULL)
475 free((char *)inodebuf);
476 inodebuf = NULL;