Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2fs.h384 uint32_t ext4bgd_b_bitmap_hi; /* high bits of blocks bitmap block */ member
H A Dext2_alloc.c498 return (((uint64_t)(le32toh(gd->ext4bgd_b_bitmap_hi)) << 32) | in e2fs_gd_get_b_bitmap()