ntfs_dump_attr_index_allocation(): dump number of entries per block too
parent
3c06d7d9c5
commit
952926725d
|
@ -1643,6 +1643,7 @@ static void ntfs_dump_attr_index_allocation(ATTR_RECORD *attr, ntfs_inode *ni)
|
|||
if (entries != -1) {
|
||||
total_entries += entries;
|
||||
total_indx_blocks++;
|
||||
printf("\tIndex entries:\t\t %d\n", entries);
|
||||
}
|
||||
}
|
||||
tmp_alloc = (INDEX_ALLOCATION *)((u8 *)tmp_alloc +
|
||||
|
|
Loading…
Reference in New Issue