dtogd
#define dtogd(fs, d) (((d) - le32toh(fs->e2fs->e2fs_first_dblock)) % \
#define dtogd(fs, d) ((d) % (fs)->fs_fpg)