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

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

Completed in 82 milliseconds