Home | History | Annotate | Download | only in debugfs

Lines Matching defs:goal

1158 	blk_t	free_blk, goal, first_free = 0;
1164 com_err(argv[0], 0, "Usage: find_free_block [count [goal]]");
1180 goal = strtol(argv[2], &tmp, 0);
1182 com_err(argv[0], 0, "Bad goal - %s", argv[1]);
1187 goal = current_fs->super->s_first_data_block;
1190 free_blk = goal - 1;