dumpfs.c | 112 static int print_superblock(struct fs *, uint16_t *, const char *, int, off_t); 232 rval = print_superblock(&afs, opostblsave, name, fd, sblock_try[i]); 292 print_superblock(struct fs *fs, uint16_t *opostbl, function in typeref:typename:int 557 if (print_superblock(&alt.fs, alt_opostblsave, name, fd, loc)) {
|