Lines Matching refs:h2fs16
366 (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()
463 …KASSERT(!E2FS_HAS_GD_CSUM(fs) || (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) !=… in ext2fs_nodealloccg()
467 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_UNINIT)))) { in ext2fs_nodealloccg()
470 fs->e2fs_gd[cg].ext2bgd_flags &= h2fs16(~E2FS_BG_INODE_UNINIT); in ext2fs_nodealloccg()
527 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)) == 0); in ext2fs_blkfree()
582 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_UNINIT)) == 0); in ext2fs_vfree()
671 gd->ext2bgd_nifree = h2fs16(ext2bgd_nifree); in ext2fs_cg_update()
672 gd->ext2bgd_nifree_hi = h2fs16(ext2bgd_nifree >> 16); in ext2fs_cg_update()
685 h2fs16(fs->e2fs.e2fs_ipg - (ioff + 1)); in ext2fs_cg_update()
697 gd->ext2bgd_nbfree = h2fs16(ext2bgd_nbfree); in ext2fs_cg_update()
698 gd->ext2bgd_nbfree_hi = h2fs16(ext2bgd_nbfree >> 16); in ext2fs_cg_update()
705 gd->ext2bgd_ndirs = h2fs16(ext2bgd_ndirs); in ext2fs_cg_update()
706 gd->ext2bgd_ndirs_hi = h2fs16(ext2bgd_ndirs >> 16); in ext2fs_cg_update()
817 return h2fs16(crc32 & 0xffff); in ext2fs_cg_get_csum()
831 return h2fs16(crc); in ext2fs_cg_get_csum()
879 (gd->ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) != 0) in ext2fs_cg_verify_and_initialize()
923 gd->ext2bgd_flags |= h2fs16(E2FS_BG_INODE_ZEROED); in ext2fs_cg_verify_and_initialize()