Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:file_offset

38 	file_info.file_offset=0;
87 file_info.file_offset=file_info.block_num*file_system_info.block_size;
188 file_info.file_offset=file_info.block_num*file_system_info.block_size;
219 file_info.file_offset=file_info.block_num*file_system_info.block_size;
267 if (file_info.file_offset+offset>file_info.file_length-1) break;
271 if (file_info.file_offset+offset+i>file_info.file_length-1) {
291 if (file_info.file_offset+offset+i>file_info.file_length-1) break;
332 if (file_info.file_offset+last_offset > file_info.file_length-1)
333 last_offset=file_info.file_length-1-file_info.file_offset;
388 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1);