Home
last modified time | relevance | path

Searched refs:e2di_size_high (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_bswap.c106 new->e2di_size_high = bswap32(old->e2di_size_high); in e2fs_i_bswap()
H A Dext2fs_inode.c105 size |= (uint64_t)ip->i_din.e2fs_din->e2di_size_high << 32; in ext2fs_size()
114 ip->i_din.e2fs_din->e2di_size_high = size >> 32; in ext2fs_setsize()
H A Dext2fs_dinode.h127 uint32_t e2di_size_high; /* 108: Size (in bytes) high */ member
/netbsd-src/sbin/fsck_ext2fs/
H A Dinode.c144 size |= (u_int64_t)fs2h32(dp->e2di_size_high) << 32; in inosize()
154 dp->e2di_size_high = h2fs32(size >> 32); in inossize()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c950 new->e2di_size_high = bswap32(old->e2di_size_high); in e2fs_i_bswap()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c1140 /* upper 32bit is stored into e2di_size_high on REV1 feature */ in init_resizeino()
1142 node.e2di_size_high = isize >> 32; in init_resizeino()