HomeSort by: relevance | last modified time | path
    Searched defs:ext2bgd_nifree (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 220 | fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree);
451 if (fs->e2fs_gd[cg].ext2bgd_nifree == 0 &&
468 KASSERT(fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree) == fs->e2fs.e2fs_ipg);
668 uint32_t ext2bgd_nifree = fs2h16(gd->ext2bgd_nifree) | local in function:ext2fs_cg_update
670 ext2bgd_nifree += nifree;
671 gd->ext2bgd_nifree = h2fs16(ext2bgd_nifree);
672 gd->ext2bgd_nifree_hi = h2fs16(ext2bgd_nifree >> 16);
689 gd->ext2bgd_itable_unused_lo <= ext2bgd_nifree);
    [all...]
ext2fs.h 423 uint16_t ext2bgd_nifree; /* number of free inodes */ member in struct:ext2_gd

Completed in 14 milliseconds