Home
last modified time | relevance | path

Searched refs:E2FS_BG_BLOCK_UNINIT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c366 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)))) { in ext2fs_alloccg()
368 fs->e2fs_gd[cg].ext2bgd_flags &= h2fs16(~E2FS_BG_BLOCK_UNINIT); in ext2fs_alloccg()
527 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)) == 0); in ext2fs_blkfree()
H A Dext2fs.h449 #define E2FS_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not used/initialized */ macro