]> git.ipfire.org Git - people/ms/linux.git/blame - fs/jfs/jfs_discard.h
Merge tag 'soc-fixes-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[people/ms/linux.git] / fs / jfs / jfs_discard.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
b40c2e66
TR
2/*
3 * Copyright (C) Tino Reichardt, 2012
b40c2e66
TR
4 */
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 */