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

  /external/e2fsprogs/ext2ed/
file_com.c 40 file_info.offset_in_block=0;
106 if (file_info.offset_in_block+offset < file_system_info.block_size) {
107 file_info.offset_in_block+=offset;
134 file_info.offset_in_block=offset;
156 if (file_info.offset_in_block-offset >= 0) {
157 file_info.offset_in_block-=offset;
275 if (file_info.offset_in_block==offset+i)
283 if (file_info.offset_in_block==offset+i)
291 if (file_info.offset_in_block==offset+i)
296 if (file_info.offset_in_block==offset+i)
    [all...]
general_com.c 270 type_data.offset_in_block=0;
457 type_data.u.buffer [type_data.offset_in_block]=tmp;
458 type_data.offset_in_block++;
460 if (type_data.offset_in_block==file_system_info.block_size) {
465 type_data.offset_in_block--;
474 type_data.u.buffer [type_data.offset_in_block]=tmp;
475 type_data.offset_in_block++;
476 if (type_data.offset_in_block==file_system_info.block_size) {
481 type_data.offset_in_block--;
632 if (type_data.offset_in_block==offset+i
    [all...]
ext2ed.h 104 long offset_in_block; member in struct:struct_type_data
139 long offset_in_block; member in struct:struct_file_info

Completed in 476 milliseconds