Home
last modified time | relevance | path

Searched refs:ext2bgd_ndirs (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sbin/fsck_ext2fs/
H A Dpass5.c197 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()
H A Dsetup.c276 numdirs += fs2h16(sblock.e2fs_gd[cg].ext2bgd_ndirs); in setup()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c702 uint32_t ext2bgd_ndirs = fs2h16(gd->ext2bgd_ndirs) in ext2fs_cg_update() local
704 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()
H A Dext2fs.h424 uint16_t ext2bgd_ndirs; /* number of directories */ member
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c519 gd[cylno].ext2bgd_ndirs = 0; in mke2fs()
1312 gd[0].ext2bgd_ndirs = h2fs16(fs2h16(gd[0].ext2bgd_ndirs)+1); in alloc()