HomeSort by relevance Sort by last modified time
    Searched refs:device_offset (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/ext2ed/
inode_com.c 40 block_num=device_offset/file_system_info.block_size;
42 group_num=inode_offset_to_group_num (device_offset);
47 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
53 device_offset-=sizeof (struct ext2_inode)*mult;
56 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
88 block_num=device_offset/file_system_info.block_size;
90 group_num=inode_offset_to_group_num (device_offset);
95 entry_num=(device_offset-desc.bg_inode_table*file_system_info.block_size)/sizeof (struct ext2_inode);
101 device_offset+=sizeof (struct ext2_inode)*mult;
104 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer)
    [all...]
disk.c 204 if (device_offset==-1) {
209 if (low_read (type_data.u.buffer,EXT2_MAX_BLOCK_SIZE,device_offset)==0)
228 if (device_offset==-1) {
234 if (low_write (type_data.u.buffer,file_system_info.block_size,device_offset)==0)
group_com.c 72 device_offset=file_system_info.first_group_desc_offset+group_num*sizeof (struct ext2_group_desc);
74 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
101 device_offset=offset+group_info.group_num*sizeof (struct ext2_group_desc);
103 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
113 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
general_com.c 191 device_offset=-1;
244 if (device_offset==-1) {
248 new_offset=device_offset+atol (new_offset_buffer+1)*mult;
252 if (device_offset==-1) {
256 new_offset=device_offset-atol (new_offset_buffer+1)*mult;
268 device_offset=new_offset;
269 wprintw (command_win,"Device offset changed to %ld\n",device_offset);refresh_command_win ();
798 remember_lifo.offset [entry_num]=device_offset;
803 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",current_type->name,device_offset,buffer);
805 wprintw (command_win,"Offset %ld remembered as %s\n",device_offset,buffer)
    [all...]
super_com.c 141 device_offset=offset;
143 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
win.c 174 block_num=device_offset/file_system_info.block_size;
175 block_offset=device_offset%file_system_info.block_size;
dir_com.c 57 info_ptr->inode_offset=device_offset; /* device offset contains the inode's offset */
577 remember_lifo.offset [entry_num]=device_offset;
581 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offset,buffer);
file_com.c 32 file_info.inode_offset=device_offset;
260 /* device_offset and type_data points to the inode */
324 /* device_offset and type_data points to the inode */
429 remember_lifo.offset [entry_num]=device_offset;
433 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offset,buffer);
ext2ed.h 201 extern long device_offset;
main.c 73 long device_offset; /* The current position in the filesystem */ variable
init.c 62 device_offset=-1;
  /external/freetype/include/freetype/
ftwinfnt.h 211 FT_ULong device_offset; member in struct:FT_WinFNT_HeaderRec_
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftwinfnt.h 211 FT_ULong device_offset; member in struct:FT_WinFNT_HeaderRec_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 23 USHORT device_offset; member in struct:mountmgr_unix_drive
  /external/freetype/src/winfonts/
winfnt.c 173 FT_FRAME_ULONG_LE ( device_offset ),
    [all...]

Completed in 363 milliseconds