ntfs_trim_fs
int ntfs_trim_fs(struct ntfs_volume *vol, struct fstrim_range *range);
err = ntfs_trim_fs(vol, &range);
err = ntfs_trim_fs(sbi, &range);
int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range);