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

  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 702 uint32_t ext2bgd_ndirs = fs2h16(gd->ext2bgd_ndirs) local in function:ext2fs_cg_update
704 ext2bgd_ndirs += ndirs;
705 gd->ext2bgd_ndirs = h2fs16(ext2bgd_ndirs);
706 gd->ext2bgd_ndirs_hi = h2fs16(ext2bgd_ndirs >> 16);
ext2fs.h 424 uint16_t ext2bgd_ndirs; /* number of directories */ member in struct:ext2_gd

Completed in 13 milliseconds