Home | History | Annotate | Download | only in ext2fs

Lines Matching full:bitmap

34  * of each word.  Thus a bitmap with only bit 0 set would be, as
36 * To cope with this, we byte-reverse each word of a bitmap if
44 static void ext2fs_swap_bitmap(ext2_filsys fs, char *bitmap, int nbytes)
46 __u32 *p = (__u32 *) bitmap;
76 block_bitmap = fs->block_map->bitmap;
84 inode_bitmap = fs->inode_map->bitmap;
103 /* Force bitmap padding for the last group */
189 sprintf(buf, "block bitmap for %s", fs->device_name);
193 block_bitmap = fs->block_map->bitmap;
198 sprintf(buf, "inode bitmap for %s", fs->device_name);
202 inode_bitmap = fs->inode_map->bitmap;