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

  /src/usr.sbin/dumpfs/
dumpfs.c 74 #define afs fsun.fs macro
192 if (read(fd, &afs, SBLOCKSIZE) != SBLOCKSIZE)
194 switch(afs.fs_magic) {
212 fix_superblock(&afs, opostblsave);
218 if (sblock_try[i] != afs.fs_sblockloc)
226 dev_bsize = afs.fs_fsize / FFS_FSBTODB(&afs, 1);
232 rval = print_superblock(&afs, opostblsave, name, fd, sblock_try[i]);
242 rval = print_inodes(name, fd, 0, afs.fs_ncg);
478 if (old_fs_postbl(&afs, c, opostbl)[i] == -1 local in function:print_superblock
486 if (old_fs_rotbl(&afs)[j] == 0) local in function:print_superblock
    [all...]
dumpfs.c 74 #define afs fsun.fs macro
192 if (read(fd, &afs, SBLOCKSIZE) != SBLOCKSIZE)
194 switch(afs.fs_magic) {
212 fix_superblock(&afs, opostblsave);
218 if (sblock_try[i] != afs.fs_sblockloc)
226 dev_bsize = afs.fs_fsize / FFS_FSBTODB(&afs, 1);
232 rval = print_superblock(&afs, opostblsave, name, fd, sblock_try[i]);
242 rval = print_inodes(name, fd, 0, afs.fs_ncg);
478 if (old_fs_postbl(&afs, c, opostbl)[i] == -1 local in function:print_superblock
486 if (old_fs_rotbl(&afs)[j] == 0) local in function:print_superblock
    [all...]

Completed in 23 milliseconds