Home
last modified time | relevance | path

Searched refs:offset_in_block (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/ext2ed/
Dfile_com.c41 file_info.offset_in_block=0; in init_file_info()
107 if (file_info.offset_in_block+offset < file_system_info.block_size) { in type_file___next()
108 file_info.offset_in_block+=offset; in type_file___next()
135 file_info.offset_in_block=offset; in type_file___offset()
157 if (file_info.offset_in_block-offset >= 0) { in type_file___prev()
158 file_info.offset_in_block-=offset; in type_file___prev()
276 if (file_info.offset_in_block==offset+i) in file_show_hex()
284 if (file_info.offset_in_block==offset+i) in file_show_hex()
292 if (file_info.offset_in_block==offset+i) in file_show_hex()
297 if (file_info.offset_in_block==offset+i) { in file_show_hex()
[all …]
Dgeneral_com.c271 type_data.offset_in_block=0; in set_offset()
458 type_data.u.buffer [type_data.offset_in_block]=tmp; in hex_set()
459 type_data.offset_in_block++; in hex_set()
461 if (type_data.offset_in_block==file_system_info.block_size) { in hex_set()
466 type_data.offset_in_block--; in hex_set()
475 type_data.u.buffer [type_data.offset_in_block]=tmp; in hex_set()
476 type_data.offset_in_block++; in hex_set()
477 if (type_data.offset_in_block==file_system_info.block_size) { in hex_set()
482 type_data.offset_in_block--; in hex_set()
633 if (type_data.offset_in_block==offset+i) in show()
[all …]
Dext2ed.h104 long offset_in_block; member
139 long offset_in_block; member