Searched refs:inodebuf (Results 1 – 2 of 2) sorted by relevance
112 caddr_t inodebuf; in fsirand() local155 if ((inodebuf = malloc(ibufsize)) == NULL) in fsirand()184 } else if ((n = read(devfd, inodebuf, ibufsize)) != ibufsize) { in fsirand()192 dp1 = &((struct ufs1_dinode *)inodebuf)[n]; in fsirand()194 dp2 = &((struct ufs2_dinode *)inodebuf)[n]; in fsirand()214 } else if ((n = write(devfd, inodebuf, ibufsize)) != in fsirand()
592 static caddr_t inodebuf; variable620 blkread(dblk, inodebuf, size); in getnextinode()621 nextinop = inodebuf; in getnextinode()644 if (inodebuf != NULL) in setinodebuf()659 if ((inodebuf = malloc((unsigned)inobufsize)) == NULL) in setinodebuf()670 if (inodebuf != NULL) in freeinodebuf()671 free(inodebuf); in freeinodebuf()672 inodebuf = NULL; in freeinodebuf()