Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:device_offset

39 	block_num=device_offset/file_system_info.block_size;
41 group_num=inode_offset_to_group_num (device_offset);
46 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
52 device_offset-=sizeof (struct ext2_inode)*mult;
55 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
87 block_num=device_offset/file_system_info.block_size;
89 group_num=inode_offset_to_group_num (device_offset);
94 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
100 device_offset+=sizeof (struct ext2_inode)*mult;
103 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
129 block_num=device_offset/file_system_info.block_size;
131 group_num=inode_offset_to_group_num (device_offset);
136 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
295 block_num=device_offset/file_system_info.block_size;
297 group_num=inode_offset_to_group_num (device_offset);
302 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
322 group_num=inode_offset_to_group_num (device_offset);