HomeSort by relevance Sort by last modified time
    Searched full:offset_in_block (Results 1 - 5 of 5) 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
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.cc 36 size_t offset_in_block = initial_offset_ % kBlockSize; local
37 uint64_t block_start_location = initial_offset_ - offset_in_block;
40 if (offset_in_block > kBlockSize - 6) {
41 offset_in_block = 0;
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml     [all...]

Completed in 377 milliseconds