/src/sbin/fsck_ext2fs/ |
pass5.c | 108 u_int32_t nifree = 0; local in function:pass5 112 nifree = fs->e2fs.e2fs_ipg; 141 nifree--; 161 nifree--; 192 cs_nifree += nifree; 196 fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree || 204 nifree, 210 fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree || 214 fs->e2fs_gd[c].ext2bgd_nifree = h2fs16(nifree);
|
pass5.c | 108 u_int32_t nifree = 0; local in function:pass5 112 nifree = fs->e2fs.e2fs_ipg; 141 nifree--; 161 nifree--; 192 cs_nifree += nifree; 196 fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree || 204 nifree, 210 fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree || 214 fs->e2fs_gd[c].ext2bgd_nifree = h2fs16(nifree);
|
/src/sys/ufs/ext2fs/ |
ext2fs_alloc.c | 218 uint32_t nifree = local in function:ext2fs_dirpref 221 if (nifree < avgifree) { 665 ext2fs_cg_update(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff) 667 if (nifree) { 670 ext2bgd_nifree += nifree; 681 if (E2FS_HAS_GD_CSUM(fs) && nifree < 0 &&
|
ext2fs_alloc.c | 218 uint32_t nifree = local in function:ext2fs_dirpref 221 if (nifree < avgifree) { 665 ext2fs_cg_update(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff) 667 if (nifree) { 670 ext2bgd_nifree += nifree; 681 if (E2FS_HAS_GD_CSUM(fs) && nifree < 0 &&
|