Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dfile_com.c40 file_info.offset_in_block=0; in init_file_info()
106 if (file_info.offset_in_block+offset < file_system_info.block_size) { in type_file___next()
107 file_info.offset_in_block+=offset; in type_file___next()
134 file_info.offset_in_block=offset; in type_file___offset()
156 if (file_info.offset_in_block-offset >= 0) { in type_file___prev()
157 file_info.offset_in_block-=offset; in type_file___prev()
275 if (file_info.offset_in_block==offset+i) in file_show_hex()
283 if (file_info.offset_in_block==offset+i) in file_show_hex()
291 if (file_info.offset_in_block==offset+i) in file_show_hex()
296 if (file_info.offset_in_block==offset+i) { in file_show_hex()
[all …]
Dgeneral_com.c270 type_data.offset_in_block=0; in set_offset()
457 type_data.u.buffer [type_data.offset_in_block]=tmp; in hex_set()
458 type_data.offset_in_block++; in hex_set()
460 if (type_data.offset_in_block==file_system_info.block_size) { in hex_set()
465 type_data.offset_in_block--; in hex_set()
474 type_data.u.buffer [type_data.offset_in_block]=tmp; in hex_set()
475 type_data.offset_in_block++; in hex_set()
476 if (type_data.offset_in_block==file_system_info.block_size) { in hex_set()
481 type_data.offset_in_block--; in hex_set()
632 if (type_data.offset_in_block==offset+i) in show()
[all …]
Dext2ed.h104 long offset_in_block; member
139 long offset_in_block; member