btrfs_dir_flags_to_ftype
return btrfs_dir_flags_to_ftype(btrfs_dir_flags(eb, item));
return btrfs_dir_flags_to_ftype(btrfs_stack_dir_flags(item));
d_type = fs_ftype_to_dtype(btrfs_dir_flags_to_ftype(di->type));
ftype = btrfs_dir_flags_to_ftype(btrfs_dir_flags(leaf, di));