Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2fs.h385 uint32_t ext4bgd_i_bitmap_hi; /* high bits of inodes bitmap block */ member
H A Dext2_alloc.c506 return (((uint64_t)(le32toh(gd->ext4bgd_i_bitmap_hi)) << 32) | in e2fs_gd_get_i_bitmap()