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

  /src/sys/lib/libsa/
ufs.c 129 #define SBLOCKSIZE LFS_SBPAD
648 sblock_try[i] / GETSECSIZE(f), SBLOCKSIZE, fs, &buf_size);
651 if (buf_size != SBLOCKSIZE)
663 SBLOCKOFFSET / GETSECSIZE(f), SBLOCKSIZE, fs, &buf_size);
666 if (buf_size != SBLOCKSIZE)
708 fs = alloc(SBLOCKSIZE);
917 dealloc(fp->f_fs, SBLOCKSIZE);
  /src/usr.sbin/quotacheck/
quotacheck.c 87 #ifndef SBLOCKSIZE
88 # define SBLOCKSIZE SBSIZE
368 bread(sblock_try[i], (char *)&sblock, SBLOCKSIZE);
  /src/sys/ufs/ffs/
fs.h 69 * all cases the size of the superblock will be SBLOCKSIZE. All values are
97 #define SBLOCKSIZE 8192

Completed in 14 milliseconds