As for Ext4 filesystem next command should help you:
Answer source: http://unix.stackexchange.com/questions/35292/quickly-find-which-files-belongs-to-a-specific-inode-number#comment47948_35310
$ sudo debugfs -R 'ncheck 393094' /dev/sda2 2>/dev/null
Answer source: http://unix.stackexchange.com/questions/35292/quickly-find-which-files-belongs-to-a-specific-inode-number#comment47948_35310