OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:block_bitmap_info
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/ext2ed/
blockbitmap_com.c
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
[
all
...]
group_com.c
151
block_bitmap_info
.entry_num=0;
152
block_bitmap_info
.group_num=group_info.group_num;
ext2ed.h
219
extern struct struct_block_bitmap_info
block_bitmap_info
;
main.c
85
struct struct_block_bitmap_info
block_bitmap_info
; /* Used by blockbitmap_com.c */
variable in typeref:struct:struct_block_bitmap_info
Completed in 59 milliseconds