Lines Matching refs:h2fs16
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);
671 gd->ext2bgd_nifree = h2fs16(ext2bgd_nifree);
672 gd->ext2bgd_nifree_hi = h2fs16(ext2bgd_nifree >> 16);
685 h2fs16(fs->e2fs.e2fs_ipg - (ioff + 1));
697 gd->ext2bgd_nbfree = h2fs16(ext2bgd_nbfree);
698 gd->ext2bgd_nbfree_hi = h2fs16(ext2bgd_nbfree >> 16);
705 gd->ext2bgd_ndirs = h2fs16(ext2bgd_ndirs);
706 gd->ext2bgd_ndirs_hi = h2fs16(ext2bgd_ndirs >> 16);
817 return h2fs16(crc32 & 0xffff);
831 return h2fs16(crc);
879 (gd->ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) != 0)
923 gd->ext2bgd_flags |= h2fs16(E2FS_BG_INODE_ZEROED);