Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:fs2h16

219 		    (fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree_hi) << 16)
220 | fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree);
225 (fs2h16(fs->e2fs_gd[cg].ext2bgd_nbfree_hi) << 16)
226 | fs2h16(fs->e2fs_gd[cg].ext2bgd_nbfree);
468 KASSERT(fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree) == fs->e2fs.e2fs_ipg);
668 uint32_t ext2bgd_nifree = fs2h16(gd->ext2bgd_nifree) |
669 (fs2h16(gd->ext2bgd_nifree_hi) << 16);
683 fs2h16(gd->ext2bgd_itable_unused_lo))) {
694 uint32_t ext2bgd_nbfree = fs2h16(gd->ext2bgd_nbfree)
695 | (fs2h16(gd->ext2bgd_nbfree_hi) << 16);
702 uint32_t ext2bgd_ndirs = fs2h16(gd->ext2bgd_ndirs)
703 | (fs2h16(gd->ext2bgd_ndirs_hi) << 16);
847 for(i=0; i < fs->e2fs.e2fs_bpg - fs2h16(gd->ext2bgd_nbfree); i++)
890 ioff = fs->e2fs.e2fs_ipg - fs2h16(gd->ext2bgd_itable_unused_lo);