Home | History | Annotate | Download | only in debugfs

Lines Matching defs:goal

1488 	blk64_t	free_blk, goal, first_free = 0;
1494 com_err(argv[0], 0, "Usage: find_free_block [count [goal]]");
1510 goal = strtol(argv[2], &tmp, 0);
1512 com_err(argv[0], 0, "Bad goal - %s", argv[1]);
1517 goal = current_fs->super->s_first_data_block;
1520 free_blk = goal - 1;