Searched refs:e4fs_fbcount_hi (Results 1 – 2 of 2) sorted by relevance
101 uint32_t e4fs_fbcount_hi; /* high bits of free blocks count */ member
597 fs->e2fs_fbcount |= (uint64_t)(le32toh(es->e4fs_fbcount_hi)) << 32; in ext2_compute_sb_data()1536 es->e4fs_fbcount_hi = htole32(fs->e2fs_fbcount >> 32); in ext2_sbupdate()