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

  /src/sbin/resize_ffs/
resize_ffs.c 125 /* if blkmove[i] is j, the frag that started out as frag #i should end */
128 static unsigned int *blkmove; variable in typeref:typename:unsigned int *
1237 * Initialize the blkmove array.
1244 blkmove = alloconce(oldsb->fs_size * sizeof(*blkmove), "blkmove");
1246 blkmove[i] = i;
1325 blkmove[from++] = to++;
1414 * Move all data blocks according to blkmove. We have to be careful,
1431 * that was already there. So if blkmove[i]==i, we ignore that entr
    [all...]

Completed in 13 milliseconds