Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:block_bitmap_info

27 The functions in this file use the flobal structure block_bitmap_info. This structure contains the current
36 This function changes the current entry in the bitmap. It just changes the entry_num variable in block_bitmap_info
65 block_bitmap_info.entry_num=entry_num; /* If it is, just change entry_num and */
87 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset);
103 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset);
127 entry_num=block_bitmap_info.entry_num;
156 entry_num=block_bitmap_info.entry_num;
207 The current position (as known from block_bitmap_info.entry_num) is highlighted.
222 if (entry_num==block_bitmap_info.entry_num) { /* Highlight the current entry */
232 if (entry_num==block_bitmap_info.entry_num)
249 wprintw (show_win,"Block bitmap of block group %ld\n",block_bitmap_info.group_num);
252 block_num=block_bitmap_info.entry_num+block_bitmap_info.group_num*file_system_info.super_block.s_blocks_per_group;
256 ptr=type_data.u.buffer+block_bitmap_info.entry_num/8;
258 for (i=block_bitmap_info.entry_num % 8;i>0;i--)