Searched refs:device_offset (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dinode_com.c39 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);dispatc
[all...]
H A Ddisk.c203 if (device_offset==-1) {
208 if (low_read (type_data.u.buffer,EXT2_MAX_BLOCK_SIZE,device_offset)==0)
227 if (device_offset==-1) {
233 if (low_write (type_data.u.buffer,file_system_info.block_size,device_offset)==0)
H A Dgroup_com.c71 device_offset=file_system_info.first_group_desc_offset+group_num*sizeof (struct ext2_group_desc);
73 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
100 device_offset=offset+group_info.group_num*sizeof (struct ext2_group_desc);
102 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
112 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
H A Dgeneral_com.c190 device_offset=-1;
243 if (device_offset==-1) {
247 new_offset=device_offset+atol (new_offset_buffer+1)*mult;
251 if (device_offset==-1) {
255 new_offset=device_offset-atol (new_offset_buffer+1)*mult;
267 device_offset=new_offset;
268 wprintw (command_win,"Device offset changed to %ld\n",device_offset);refresh_command_win ();
797 remember_lifo.offset [entry_num]=device_offset;
802 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",current_type->name,device_offset,buffer);
804 wprintw (command_win,"Offset %ld remembered as %s\n",device_offset,buffe
[all...]
H A Dsuper_com.c140 device_offset=offset;
142 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
H A Dwin.c173 block_num=device_offset/file_system_info.block_size;
174 block_offset=device_offset%file_system_info.block_size;
H A Ddir_com.c56 info_ptr->inode_offset=device_offset; /* device offset contains the inode's offset */
576 remember_lifo.offset [entry_num]=device_offset;
580 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offset,buffer);
H A Dfile_com.c31 file_info.inode_offset=device_offset;
259 /* device_offset and type_data points to the inode */
323 /* device_offset and type_data points to the inode */
428 remember_lifo.offset [entry_num]=device_offset;
432 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offset,buffer);
H A Dext2ed.h201 extern long device_offset;
H A Dmain.c72 long device_offset; /* The current position in the filesystem */ variable
H A Dinit.c61 device_offset=-1;
/external/freetype/include/
H A Dftwinfnt.h211 FT_ULong device_offset; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/third_party/freetype/include/
H A Dftwinfnt.h211 FT_ULong device_offset; member in struct:FT_WinFNT_HeaderRec_

Completed in 192 milliseconds