Searched refs:last_indirect (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dfile_com.c509 long last_direct,last_indirect,last_dindirect; local
512 last_indirect=last_direct+file_system_info.block_size/4;
513 last_dindirect=last_indirect+(file_system_info.block_size/4)*(file_system_info.block_size/4);
520 if (file_block <= last_indirect) {
528 file_block=file_block-last_indirect-1;

Completed in 124 milliseconds