blob: 05215fa27ebb9239c903b21582fe5518147dac94 [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Tino Reichardtb40c2e62012-09-17 11:58:19 -05002/*
3 * Copyright (C) Tino Reichardt, 2012
Tino Reichardtb40c2e62012-09-17 11:58:19 -05004 */
5#ifndef _H_JFS_DISCARD
6#define _H_JFS_DISCARD
7
8struct fstrim_range;
9
10extern void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks);
11extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
12
13#endif /* _H_JFS_DISCARD */