HomeSort by: relevance | last modified time | path
    Searched refs:ext2bgd_flags (Results 1 - 3 of 3) 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);
463 KASSERT(!E2FS_HAS_GD_CSUM(fs) || (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) != 0);
467 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_UNINIT)))) {
470 fs->e2fs_gd[cg].ext2bgd_flags &= h2fs16(~E2FS_BG_INODE_UNINIT);
527 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)) == 0);
582 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_UNINIT)) == 0);
879 (gd->ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) != 0)
923 gd->ext2bgd_flags |= h2fs16(E2FS_BG_INODE_ZEROED);
ext2fs.h 430 uint16_t ext2bgd_flags; /* ext4 bg flags (INODE_UNINIT, ...)*/ member in struct:ext2_gd
ext2fs_vfsops.c 1162 (fs->e2fs_gd[ino_to_cg(fs, ino)].ext2bgd_flags &

Completed in 14 milliseconds