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 &&
|