• Home
  • Raw
  • Download

Lines Matching refs:device_offset

40 	block_num=device_offset/file_system_info.block_size;  in type_ext2_inode___prev()
42 group_num=inode_offset_to_group_num (device_offset); in type_ext2_inode___prev()
47 …entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inod… in type_ext2_inode___prev()
53 device_offset-=sizeof (struct ext2_inode)*mult; in type_ext2_inode___prev()
56 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_inode___prev()
88 block_num=device_offset/file_system_info.block_size; in type_ext2_inode___next()
90 group_num=inode_offset_to_group_num (device_offset); in type_ext2_inode___next()
95 …entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inod… in type_ext2_inode___next()
101 device_offset+=sizeof (struct ext2_inode)*mult; in type_ext2_inode___next()
104 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_inode___next()
130 block_num=device_offset/file_system_info.block_size; in type_ext2_inode___show()
132 group_num=inode_offset_to_group_num (device_offset); in type_ext2_inode___show()
137 …entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inod… in type_ext2_inode___show()
296 block_num=device_offset/file_system_info.block_size; in type_ext2_inode___entry()
298 group_num=inode_offset_to_group_num (device_offset); in type_ext2_inode___entry()
303 …entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inod… in type_ext2_inode___entry()
323 group_num=inode_offset_to_group_num (device_offset); in type_ext2_inode___group()