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

  /src/sbin/fsck_ext2fs/
setup.c 206 if (/* (sblock.e2fs.e2fs_rbcount < 0) || */
207 (sblock.e2fs.e2fs_rbcount > sblock.e2fs.e2fs_bcount)) {
209 sblock.e2fs.e2fs_rbcount);
211 sblock.e2fs.e2fs_rbcount =
374 asblk.b_un.b_fs->e2fs_rbcount = sblk.b_un.b_fs->e2fs_rbcount;
458 bp->b_un.b_fs->e2fs_rbcount = h2fs32(sblock.e2fs.e2fs_rbcount);
  /src/sys/ufs/ext2fs/
ext2fs_bswap.c 51 new->e2fs_rbcount = bswap32(old->e2fs_rbcount);
ext2fs.h 143 uint32_t e2fs_rbcount; /* reserved blocks count */ member in struct:ext2fs
561 ((fs)->e2fs.e2fs_fbcount - (fs)->e2fs.e2fs_rbcount)
ext2fs_vfsops.c 921 sbp->f_bresvd = fs->e2fs.e2fs_rbcount;
1384 if (fs->e2fs_rbcount > fs->e2fs_bcount ||
  /src/sys/lib/libsa/
ext2fs.c 896 new->e2fs_rbcount = bswap32(old->e2fs_rbcount);
  /src/sbin/newfs_ext2fs/
mke2fs.c 346 sblock.e2fs.e2fs_rbcount = sblock.e2fs.e2fs_bcount * minfree / 100;

Completed in 17 milliseconds