Searched refs:ext2bgd_nifree (Results 1 – 4 of 4) sorted by relevance
165 fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree || in pass5()170 fs2h16(fs->e2fs_gd[c].ext2bgd_nifree), in pass5()179 fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree || in pass5()183 fs->e2fs_gd[c].ext2bgd_nifree = h2fs16(nifree); in pass5()
97 new[i].ext2bgd_nifree = swap16(old[i].ext2bgd_nifree); in e2fs_cg_bswap()
205 if ( fs->e2fs_gd[cg].ext2bgd_nifree >= avgifree) {428 if (fs->e2fs_gd[cg].ext2bgd_nifree == 0)471 fs->e2fs_gd[cg].ext2bgd_nifree--;560 fs->e2fs_gd[cg].ext2bgd_nifree++; in ext2fs_inode_free()
209 u_int16_t ext2bgd_nifree; /* number of free inodes */ member