Searched refs:inodebuf (Results 1 – 2 of 2) sorted by relevance
110 caddr_t inodebuf; in fsirand() local159 if ((inodebuf = malloc(ibufsize)) == NULL) in fsirand()188 } else if ((n = read(devfd, inodebuf, ibufsize)) != ibufsize) { in fsirand()194 dp1 = (struct ufs1_dinode *)(void *)inodebuf; in fsirand()195 dp2 = (struct ufs2_dinode *)(void *)inodebuf; in fsirand()220 } 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()