Home
last modified time | relevance | path

Searched refs:e2di_nblock_high (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/ext2fs/
H A Dext2_inode_cnv.c175 ip->i_blocks |= (uint64_t)le16toh(ei->e2di_nblock_high) << 32; in ext2_ei2i()
258 ei->e2di_nblock_high = htole16(ip->i_blocks >> 32 & 0xffff); in ext2_i2ei()
262 ei->e2di_nblock_high = htole16(dbtofsb(fs, ip->i_blocks) >> 32 & 0xffff); in ext2_i2ei()
H A Dext2_dinode.h125 uint16_t e2di_nblock_high; /* 116: Blocks count bits 47:32 */ member