Searched refs:ext2bgd_ndirs (Results 1 – 5 of 5) sorted by relevance
197 fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs) != ndirs)) { in pass5()202 fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs), in pass5()211 fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs) != ndirs) && in pass5()215 fs->e2fs_gd[c].ext2bgd_ndirs = h2fs16(ndirs); in pass5()
276 numdirs += fs2h16(sblock.e2fs_gd[cg].ext2bgd_ndirs); in setup()
702 uint32_t ext2bgd_ndirs = fs2h16(gd->ext2bgd_ndirs) in ext2fs_cg_update() local704 ext2bgd_ndirs += ndirs; in ext2fs_cg_update()705 gd->ext2bgd_ndirs = h2fs16(ext2bgd_ndirs); in ext2fs_cg_update()706 gd->ext2bgd_ndirs_hi = h2fs16(ext2bgd_ndirs >> 16); in ext2fs_cg_update()
424 uint16_t ext2bgd_ndirs; /* number of directories */ member
519 gd[cylno].ext2bgd_ndirs = 0; in mke2fs() 1312 gd[0].ext2bgd_ndirs = h2fs16(fs2h16(gd[0].ext2bgd_ndirs)+1); in alloc()