ext4_orphan_get
extern struct inode * ext4_orphan_get(struct super_block *, unsigned long);
inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan));
inode = ext4_orphan_get(sb, le32_to_cpu(bdata[j]));