Searched refs:block_bitmap_info (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dblockbitmap_com.c27 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
[all...]
H A Dgroup_com.c151 block_bitmap_info.entry_num=0;
152 block_bitmap_info.group_num=group_info.group_num;
H A Dext2ed.h215 extern struct struct_block_bitmap_info block_bitmap_info;
H A Dmain.c85 struct struct_block_bitmap_info block_bitmap_info; /* Used by blockbitmap_com.c */ variable in typeref:struct:struct_block_bitmap_info

Completed in 248 milliseconds