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

  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 366 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)))) {
368 fs->e2fs_gd[cg].ext2bgd_flags &= h2fs16(~E2FS_BG_BLOCK_UNINIT);
527 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)) == 0);
ext2fs.h 449 #define E2FS_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not used/initialized */

Completed in 13 milliseconds