It's often recommended to enable dir_index option on ext3 filesystems e.g. with
sudo tune2fs -O dir_index /dev/dm-1
However, existing directories on that filesystem are not converted to indexed format automatically.
Is there any way to tell if particular directory has been indexed?