• Home
  • Raw
  • Download

Lines Matching refs:device_offset

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