Home | History | Annotate | Download | only in quotacheck

Lines Matching defs:inodebuf

732 static union comb_dinode *inodebuf;
758 (void)bread(dblk, (caddr_t)inodebuf, size);
762 swap_dinode2(inodebuf, lastinum - inumber);
765 swap_dinode1(inodebuf, lastinum - inumber);
767 dp = (union comb_dinode *)inodebuf;
787 if (inodebuf != NULL)
800 if (inodebuf == NULL &&
801 (inodebuf = malloc((unsigned)inobufsize)) == NULL)
811 free(inodebuf);
812 inodebuf = NULL;