Searched refs:bg_inode_bitmap (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_meta.c105 fs->gd[i].bg_inode_bitmap = PED_CPU_TO_LE32 (
H A Dext2_fs.h112 uint32_t bg_inode_bitmap; member in struct:ext2_group_desc
250 #define EXT2_GROUP_INODE_BITMAP(gd) (PED_LE32_TO_CPU((gd).bg_inode_bitmap))
H A Dext2_resize.c128 fs->gd[group].bg_inode_bitmap
135 fs->gd[group].bg_inode_bitmap
H A Dext2_mkfs.c230 gd[i].bg_inode_bitmap = PED_CPU_TO_LE32(ibblock);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c133 __u32 bg_inode_bitmap; /* Inodes bitmap block */ member in struct:ext2_group_desc

Completed in 29 milliseconds