Lines Matching defs:goal
1417 blk_t free_blk, goal, first_free = 0;1423 com_err(argv[0], 0, "Usage: find_free_block [count [goal]]");1439 goal = strtol(argv[2], &tmp, 0);1441 com_err(argv[0], 0, "Bad goal - %s", argv[1]);1446 goal = current_fs->super->s_first_data_block;1449 free_blk = goal - 1;