ext2bgd_nifree 209 ufs/ext2fs/ext2fs.h u_int16_t ext2bgd_nifree; /* number of free inodes */
ext2bgd_nifree 201 ufs/ext2fs/ext2fs_alloc.c if ( fs->e2fs_gd[cg].ext2bgd_nifree >= avgifree) {
ext2bgd_nifree 408 ufs/ext2fs/ext2fs_alloc.c if (fs->e2fs_gd[cg].ext2bgd_nifree == 0)
ext2bgd_nifree 451 ufs/ext2fs/ext2fs_alloc.c fs->e2fs_gd[cg].ext2bgd_nifree--;
ext2bgd_nifree 538 ufs/ext2fs/ext2fs_alloc.c fs->e2fs_gd[cg].ext2bgd_nifree++;
ext2bgd_nifree 97 ufs/ext2fs/ext2fs_bswap.c new[i].ext2bgd_nifree = swap16(old[i].ext2bgd_nifree);