Lines Matching refs:block_bitmap_info
66 block_bitmap_info.entry_num=entry_num; /* If it is, just change entry_num and */ in type_ext2_block_bitmap___entry()
88 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset); in type_ext2_block_bitmap___next()
104 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset); in type_ext2_block_bitmap___prev()
128 entry_num=block_bitmap_info.entry_num; in type_ext2_block_bitmap___allocate()
157 entry_num=block_bitmap_info.entry_num; in type_ext2_block_bitmap___deallocate()
223 if (entry_num==block_bitmap_info.entry_num) { /* Highlight the current entry */ in type_ext2_block_bitmap___show()
233 if (entry_num==block_bitmap_info.entry_num) in type_ext2_block_bitmap___show()
250 wprintw (show_win,"Block bitmap of block group %ld\n",block_bitmap_info.group_num); in type_ext2_block_bitmap___show()
253 …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()
257 ptr=type_data.u.buffer+block_bitmap_info.entry_num/8; in type_ext2_block_bitmap___show()
259 for (i=block_bitmap_info.entry_num % 8;i>0;i--) in type_ext2_block_bitmap___show()