HomeSort by: relevance | last modified time | path
    Searched refs:SBLOCKSEARCH (Results 1 - 20 of 20) sorted by relevancy

  /src/usr.sbin/fstyp/
ufs.c 51 static const int superblocks[] = SBLOCKSEARCH;
  /src/sys/arch/hppa/stand/xxboot/
readufs_ffs.c 33 static int sblocs[] = SBLOCKSEARCH;
  /src/sys/arch/x68k/stand/boot_ufs/
readufs_ffs.c 35 static const int sblocs[] = SBLOCKSEARCH;
  /src/sbin/clri/
clri.c 68 static off_t sblock_try[] = SBLOCKSEARCH;
  /src/sbin/badsect/
badsect.c 93 static const off_t sblock_try[] = SBLOCKSEARCH;
  /src/sbin/dump/
ffs_inode.c 65 static off_t sblock_try[] = SBLOCKSEARCH;
  /src/sbin/fsirand/
fsirand.c 79 static const off_t sblock_try[] = SBLOCKSEARCH;
  /src/usr.sbin/quotacheck/
quotacheck.c 90 #ifndef SBLOCKSEARCH
91 # define SBLOCKSEARCH { SBSIZE, -1 }
310 static off_t sblock_try[] = SBLOCKSEARCH;
  /src/usr.sbin/installboot/
ffs.c 466 static off_t sblock_try[] = SBLOCKSEARCH;
  /src/usr.sbin/quot/
quot.c 541 static int sblock_try[] = SBLOCKSEARCH;
  /src/sbin/tunefs/
tunefs.c 93 static off_t sblock_try[] = SBLOCKSEARCH;
  /src/sys/ufs/ffs/
fs.h 71 * SBLOCKSEARCH specifies the order in which the locations should be searched.
103 #define SBLOCKSEARCH \
ffs_vfsops.c 1028 static const int sblock_try[] = SBLOCKSEARCH;
  /src/sys/lib/libsa/
ufs.c 641 static daddr_t sblock_try[] = SBLOCKSEARCH;
  /src/usr.sbin/dumpfs/
dumpfs.c 171 static const off_t sblock_try[] = SBLOCKSEARCH;
  /src/sbin/fsck_ffs/
setup.c 777 static off_t sblock_try[] = SBLOCKSEARCH;
  /src/sbin/cgdconfig/
cgdconfig.c 1295 static off_t sblock_try[] = SBLOCKSEARCH;
  /src/sbin/newfs/
mkfs.c 618 static const int sblocklist[] = SBLOCKSEARCH;
  /src/sbin/resize_ffs/
resize_ffs.c 81 static int search[] = SBLOCKSEARCH;
  /src/usr.sbin/sysinst/
label.c 1973 static const off_t sblocks[] = SBLOCKSEARCH;

Completed in 26 milliseconds