Searched refs:blocks_to_move (Results 1 – 3 of 3) sorted by relevance
118 int blocks_to_move = NumMoveSize(size) / 4; in Init() local130 } while ((psize / size) < (blocks_to_move)); in Init()
122 int blocks_to_move = NumMoveSize(size) / 4; in Init() local134 } while ((psize / size) < (blocks_to_move)); in Init()
45 static errcode_t blocks_to_move(ext2_resize_t rfs);138 retval = blocks_to_move(rfs); in resize_fs()851 static errcode_t blocks_to_move(ext2_resize_t rfs) in blocks_to_move() function