HomeSort by: relevance | last modified time | path
    Searched defs:print_inodes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/dumpfs/
dumpfs.c 115 static int print_inodes(const char *, int, int, int);
242 rval = print_inodes(name, fd, 0, afs.fs_ncg);
576 if (ISOPT(opt_inodes) && print_inodes(name, fd, i, 1))
583 print_inodes(const char *name, int fd, int c, int n) function in typeref:typename:int
dumpfs.c 115 static int print_inodes(const char *, int, int, int);
242 rval = print_inodes(name, fd, 0, afs.fs_ncg);
576 if (ISOPT(opt_inodes) && print_inodes(name, fd, i, 1))
583 print_inodes(const char *name, int fd, int c, int n) function in typeref:typename:int

Completed in 84 milliseconds