Searched refs:e2fs_rbcount (Results 1 – 6 of 6) sorted by relevance
207 (sblock.e2fs.e2fs_rbcount > sblock.e2fs.e2fs_bcount)) { in setup()209 sblock.e2fs.e2fs_rbcount); in setup()211 sblock.e2fs.e2fs_rbcount = in setup()374 asblk.b_un.b_fs->e2fs_rbcount = sblk.b_un.b_fs->e2fs_rbcount; in readsb()458 bp->b_un.b_fs->e2fs_rbcount = h2fs32(sblock.e2fs.e2fs_rbcount); in copyback_sb()
51 new->e2fs_rbcount = bswap32(old->e2fs_rbcount); in e2fs_sb_bswap()
143 uint32_t e2fs_rbcount; /* reserved blocks count */ member561 ((fs)->e2fs.e2fs_fbcount - (fs)->e2fs.e2fs_rbcount)
925 sbp->f_bresvd = fs->e2fs.e2fs_rbcount; in ext2fs_statvfs() 1388 if (fs->e2fs_rbcount > fs->e2fs_bcount || in ext2fs_sbfill()
896 new->e2fs_rbcount = bswap32(old->e2fs_rbcount); in e2fs_sb_bswap()
346 sblock.e2fs.e2fs_rbcount = sblock.e2fs.e2fs_bcount * minfree / 100; in mke2fs()