Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2fs.h99 uint32_t e4fs_bcount_hi; /* high bits of blocks count */ member
H A Dext2_vfsops.c595 fs->e2fs_bcount |= (uint64_t)(le32toh(es->e4fs_bcount_hi)) << 32; in ext2_compute_sb_data()
1534 es->e4fs_bcount_hi = htole32(fs->e2fs_bcount >> 32); in ext2_sbupdate()