Lines Matching refs:block_bitmap_info
65 block_bitmap_info.entry_num=entry_num; /* If it is, just change entry_num and */ in type_ext2_block_bitmap___entry()
87 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset); in type_ext2_block_bitmap___next()
103 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset); in type_ext2_block_bitmap___prev()
127 entry_num=block_bitmap_info.entry_num; in type_ext2_block_bitmap___allocate()
156 entry_num=block_bitmap_info.entry_num; in type_ext2_block_bitmap___deallocate()
222 if (entry_num==block_bitmap_info.entry_num) { /* Highlight the current entry */ in type_ext2_block_bitmap___show()
232 if (entry_num==block_bitmap_info.entry_num) in type_ext2_block_bitmap___show()
249 wprintw (show_win,"Block bitmap of block group %ld\n",block_bitmap_info.group_num); in type_ext2_block_bitmap___show()
252 …block_num=block_bitmap_info.entry_num+block_bitmap_info.group_num*file_system_info.super_block.s_b… in type_ext2_block_bitmap___show()
256 ptr=type_data.u.buffer+block_bitmap_info.entry_num/8; in type_ext2_block_bitmap___show()
258 for (i=block_bitmap_info.entry_num % 8;i>0;i--) in type_ext2_block_bitmap___show()