Searched refs:old_sector (Results 1 – 1 of 1) sorted by relevance
318 static int move_block_contents(struct partition *part, int block_no, u_long *old_sector) in move_block_contents() argument367 if (*old_sector == addr) { in move_block_contents()368 *old_sector = -1; in move_block_contents()406 static int reclaim_block(struct partition *part, u_long *old_sector) in reclaim_block() argument416 if (*old_sector != -1) in reclaim_block()417 old_sector_block = *old_sector / part->block_size; in reclaim_block()466 rc = move_block_contents(part, best_block, old_sector); in reclaim_block()502 static int find_writable_block(struct partition *part, u_long *old_sector) in find_writable_block() argument511 rc = reclaim_block(part, old_sector); in find_writable_block()