Home | History | Annotate | Download | only in resize_ffs

Lines Matching refs:inomove

126 /*  up as frag #j.  inomove[i]=j means, similarly, that the inode that	 */
129 static unsigned int *inomove;
1559 * Initialize the inomove array.
1566 inomove = alloconce(oldsb->fs_ipg * oldsb->fs_ncg * sizeof(*inomove),
1567 "inomove");
1569 inomove[i] = i;
1655 inomove[inum] = fi;
1681 if (inomove[i] != i) {
1682 inodes[inomove[i]] = inodes[i];
1683 iflags[inomove[i]] = iflags[i] | IF_DIRTY;
1701 if (inomove[s32(d->d_ino)] != s32(d->d_ino)) {
1703 d->d_ino = s32(inomove[s32(d->d_ino)]);