HomeSort by: relevance | last modified time | path
    Searched refs:inomove (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/resize_ffs/
resize_ffs.c 126 /* up as frag #j. inomove[i]=j means, similarly, that the inode that */
129 static unsigned int *inomove; variable in typeref:typename:unsigned int *
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]
    [all...]

Completed in 13 milliseconds