Home | History | Annotate | Download | only in misc

Lines Matching refs:superblock

53 	fprintf (stderr, _("Usage: %s [-bfhixV] [-ob superblock] "
168 printf (_(" %s superblock at "),
293 /* Get the journal superblock */
296 _("while reading journal superblock"));
304 _("Couldn't find journal superblock magic numbers"));
326 static void parse_extended_opts(const char *opts, blk_t *superblock,
353 if (strcmp(token, "superblock") == 0 ||
360 *superblock = strtoul(arg, &p, 0);
363 _("Invalid superblock parameter: %s\n"),
394 "\tsuperblock=<superblock number>\n"
485 printf (_("Couldn't find valid filesystem superblock.\n"));