Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.13-rc2 10 lines 229 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef XFS_DISCARD_H 3#define XFS_DISCARD_H 1 4 5struct fstrim_range; 6struct list_head; 7 8extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *); 9 10#endif /* XFS_DISCARD_H */