Searched refs:ext2bgd_nbfree (Results 1 – 6 of 6) sorted by relevance
195 if (debug && (fs2h16(fs->e2fs_gd[c].ext2bgd_nbfree) != nbfree || in pass5()200 fs2h16(fs->e2fs_gd[c].ext2bgd_nbfree), in pass5()209 if ((fs2h16(fs->e2fs_gd[c].ext2bgd_nbfree) != nbfree || in pass5()213 fs->e2fs_gd[c].ext2bgd_nbfree = h2fs16(nbfree); in pass5()
233 if (mincg == -1 || fs->e2fs_gd[cg].ext2bgd_nbfree > maxspace) { in ext2fs_dirpref()235 maxspace = fs->e2fs_gd[cg].ext2bgd_nbfree; in ext2fs_dirpref()356 if (fs->e2fs_gd[cg].ext2bgd_nbfree == 0) in ext2fs_alloccg()415 fs->e2fs_gd[cg].ext2bgd_nbfree--; in ext2fs_alloccg()527 fs->e2fs_gd[cg].ext2bgd_nbfree++; in ext2fs_blkfree()
92 new[i].ext2bgd_nbfree = bswap16(old[i].ext2bgd_nbfree); in e2fs_cg_bswap()
301 uint16_t ext2bgd_nbfree; /* number of free blocks */ member
504 gd[cylno].ext2bgd_nbfree = in mke2fs()507 gd[cylno].ext2bgd_nbfree = in mke2fs()509 fbcount += gd[cylno].ext2bgd_nbfree; in mke2fs()1258 if (gd[0].ext2bgd_nbfree == 0) in alloc()1306 gd[0].ext2bgd_nbfree--; in alloc()
945 new[i].ext2bgd_nbfree = bswap16(old[i].ext2bgd_nbfree); in e2fs_cg_bswap()