Symbol: h2fs32
sbin/fsck_ext2fs/dir.c
369
dirp->e2d_ino = h2fs32(idesc->id_parent); /* ino to be entered is in id_parent */
sbin/fsck_ext2fs/dir.c
386
dirp->e2d_ino = h2fs32(idesc->id_parent);
sbin/fsck_ext2fs/dir.c
570
dp->e2di_blocks[lastbn] = h2fs32(newblk);
sbin/fsck_ext2fs/dir.c
638
dirp->dot_ino = h2fs32(ino);
sbin/fsck_ext2fs/dir.c
639
dirp->dotdot_ino = h2fs32(parent);
sbin/fsck_ext2fs/inode.c
154
dp->e2di_size_high = h2fs32(size >> 32);
sbin/fsck_ext2fs/inode.c
163
dp->e2di_size = h2fs32(size);
sbin/fsck_ext2fs/inode.c
719
dp->e2di_blocks[0] = h2fs32(allocblk());
sbin/fsck_ext2fs/inode.c
726
dp->e2di_atime = h2fs32(t);
sbin/fsck_ext2fs/inode.c
786
dp->e2di_flags = h2fs32(flags);
sbin/fsck_ext2fs/inode.c
787
dp->e2di_nblock = h2fs32(nblock);
sbin/fsck_ext2fs/inode.c
795
dp->e2di_flags = h2fs32(flags);
sbin/fsck_ext2fs/inode.c
796
dp->e2di_nblock = h2fs32(nblock);
sbin/fsck_ext2fs/inode.c
803
dp->e2di_flags = h2fs32(flags);
sbin/fsck_ext2fs/inode.c
804
dp->e2di_nblock = h2fs32(EXT2_DBTOFSB(&sblock, nblock));
sbin/fsck_ext2fs/pass1.c
193
dp->e2di_dtime = h2fs32(t);
sbin/fsck_ext2fs/pass2.c
243
dirp->e2d_ino = h2fs32(idesc->id_number);
sbin/fsck_ext2fs/pass2.c
258
proto.e2d_ino = h2fs32(idesc->id_number);
sbin/fsck_ext2fs/pass2.c
293
proto.e2d_ino = h2fs32(inp->i_parent);
sbin/fsck_ext2fs/setup.c
456
bp->b_un.b_fs->e2fs_icount = h2fs32(sblock.e2fs.e2fs_icount);
sbin/fsck_ext2fs/setup.c
457
bp->b_un.b_fs->e2fs_bcount = h2fs32(sblock.e2fs.e2fs_bcount);
sbin/fsck_ext2fs/setup.c
458
bp->b_un.b_fs->e2fs_rbcount = h2fs32(sblock.e2fs.e2fs_rbcount);
sbin/fsck_ext2fs/setup.c
459
bp->b_un.b_fs->e2fs_fbcount = h2fs32(sblock.e2fs.e2fs_fbcount);
sbin/fsck_ext2fs/setup.c
460
bp->b_un.b_fs->e2fs_ficount = h2fs32(sblock.e2fs.e2fs_ficount);
sbin/fsck_ext2fs/setup.c
462
h2fs32(sblock.e2fs.e2fs_first_dblock);
sbin/fsck_ext2fs/setup.c
463
bp->b_un.b_fs->e2fs_log_bsize = h2fs32(sblock.e2fs.e2fs_log_bsize);
sbin/fsck_ext2fs/setup.c
464
bp->b_un.b_fs->e2fs_fsize = h2fs32(sblock.e2fs.e2fs_fsize);
sbin/fsck_ext2fs/setup.c
465
bp->b_un.b_fs->e2fs_bpg = h2fs32(sblock.e2fs.e2fs_bpg);
sbin/fsck_ext2fs/setup.c
466
bp->b_un.b_fs->e2fs_fpg = h2fs32(sblock.e2fs.e2fs_fpg);
sbin/fsck_ext2fs/setup.c
467
bp->b_un.b_fs->e2fs_ipg = h2fs32(sblock.e2fs.e2fs_ipg);
sbin/fsck_ext2fs/setup.c
468
bp->b_un.b_fs->e2fs_mtime = h2fs32(sblock.e2fs.e2fs_mtime);
sbin/fsck_ext2fs/setup.c
469
bp->b_un.b_fs->e2fs_wtime = h2fs32(sblock.e2fs.e2fs_wtime);
sbin/fsck_ext2fs/setup.c
470
bp->b_un.b_fs->e2fs_lastfsck = h2fs32(sblock.e2fs.e2fs_lastfsck);
sbin/fsck_ext2fs/setup.c
471
bp->b_un.b_fs->e2fs_fsckintv = h2fs32(sblock.e2fs.e2fs_fsckintv);
sbin/fsck_ext2fs/setup.c
472
bp->b_un.b_fs->e2fs_creator = h2fs32(sblock.e2fs.e2fs_creator);
sbin/fsck_ext2fs/setup.c
473
bp->b_un.b_fs->e2fs_rev = h2fs32(sblock.e2fs.e2fs_rev);
sbin/newfs_ext2fs/mke2fs.c
1044
dbuf->e2d_ino = h2fs32(dir->e2d_ino);
sbin/newfs_ext2fs/mke2fs.c
1201
h2fs32(cgbase(&sblock, 0) + NBLOCK_SUPERBLOCK + i);
sbin/newfs_ext2fs/mke2fs.c
1222
reserved_gdb[n++] = h2fs32(cgbase(&sblock, cylno) +
sbin/newfs_ext2fs/mke2fs.c
1378
dp->e2di_blocks[i] = h2fs32(ip->e2di_blocks[i]);
sbin/newfs_ext2fs/mke2fs.c
1381
dp->e2di_gen = h2fs32(arc4random());
sbin/newfs_ext2fs/mke2fs.c
498
gd[cylno].ext2bgd_b_bitmap = h2fs32(boffset);
sbin/newfs_ext2fs/mke2fs.c
500
gd[cylno].ext2bgd_i_bitmap = h2fs32(boffset);
sbin/newfs_ext2fs/mke2fs.c
502
gd[cylno].ext2bgd_i_tables = h2fs32(boffset);
sbin/newfs_ext2fs/mke2fs.c
769
dp->e2di_gen = h2fs32(arc4random());
sys/ufs/ext2fs/ext2fs_alloc.c
801
uint32_t cg_bswapped = h2fs32((uint32_t)cg);
sys/ufs/ext2fs/ext2fs_balloc.c
157
ip->i_e2fs_blocks[bn] = h2fs32((int32_t)newb);
sys/ufs/ext2fs/ext2fs_balloc.c
206
*allocib = h2fs32((int32_t)newb);
sys/ufs/ext2fs/ext2fs_balloc.c
250
bap[indirs[i - 1].in_off] = h2fs32((int32_t)nb);
sys/ufs/ext2fs/ext2fs_balloc.c
276
bap[indirs[num].in_off] = h2fs32((int32_t)nb);
sys/ufs/ext2fs/ext2fs_lookup.c
1105
ep->e2d_ino = h2fs32(ip->i_number);
sys/ufs/ext2fs/ext2fs_lookup.c
890
newdir.e2d_ino = h2fs32(ip->i_number);
sys/ufs/ext2fs/ext2fs_rename.c
940
dirbuf.dotdot_ino = h2fs32(VTOI(tdvp)->i_number);
sys/ufs/ext2fs/ext2fs_vnops.c
676
dirtemplate.dot_ino = h2fs32(ip->i_number);
sys/ufs/ext2fs/ext2fs_vnops.c
683
dirtemplate.dotdot_ino = h2fs32(dp->i_number);