Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:ext2bgd_nifree

220 		    | fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree);
451 if (fs->e2fs_gd[cg].ext2bgd_nifree == 0 &&
468 KASSERT(fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree) == fs->e2fs.e2fs_ipg);
668 uint32_t ext2bgd_nifree = fs2h16(gd->ext2bgd_nifree) |
670 ext2bgd_nifree += nifree;
671 gd->ext2bgd_nifree = h2fs16(ext2bgd_nifree);
672 gd->ext2bgd_nifree_hi = h2fs16(ext2bgd_nifree >> 16);
689 gd->ext2bgd_itable_unused_lo <= ext2bgd_nifree);