Searched refs:e2di_nblock_high (Results 1 – 2 of 2) sorted by relevance
211 ip->i_blocks |= (uint64_t)le16toh(ei->e2di_nblock_high) << 32; in ext2_ei2i()299 ei->e2di_nblock_high = htole16(ip->i_blocks >> 32 & 0xffff); in ext2_i2ei()303 ei->e2di_nblock_high = htole16(dbtofsb(fs, ip->i_blocks) >> 32 & 0xffff); in ext2_i2ei()
123 uint16_t e2di_nblock_high; /* 116: Blocks count bits 47:32 */ member