Hello,
I have to print logical addresses of blocks of file from ext4 filesystem. I have array of i_block[EXT4_N_BLOCKS].so how to fill objects of struct ext4_extent_header (using first 12 byte of i_block) and struct ext4_extent (using reminder bytes of i_block).
--
Regards,
Ganesh Patil.