From 280a49ec4b48bc5d050e2c8f525449ad5f25f9d0 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 26 Jan 2002 15:53:23 +0000 Subject: Something i always wanted to see: add a function to print the list of blocks allocated by some inode. Indirect blocks are printed recursively, so beware :), the list could become lengthy... (We should probably add some output pager to fsdb.) MFC after: 1 month --- sbin/fsdb/fsdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsdb/fsdb.h') diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index d884f17da255..7f2bc2e9d14b 100644 --- a/sbin/fsdb/fsdb.h +++ b/sbin/fsdb/fsdb.h @@ -57,6 +57,6 @@ int argcount __P((struct cmdtable *cmdp, int argc, char *argv[])); char **crack __P((char *line, int *argc)); char **recrack __P((char *line, int *argc, int argc_max)); void printstat __P((const char *cp, ino_t inum, struct dinode *dp)); -int printactive __P((void)); +int printactive __P((int doblocks)); int checkactive __P((void)); int checkactivedir __P((void)); -- cgit v1.2.3