projects
/
linux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
btrfs: do not modify log tree while holding a leaf from fs tree locked
[linux.git]
/
fs
/
xfs
/
xfs_discard.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef XFS_DISCARD_H
3
#define XFS_DISCARD_H 1
4
5
struct fstrim_range;
6
struct list_head;
7
8
extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
9
10
#endif /* XFS_DISCARD_H */
This page took
0.034791 seconds
and
4
git commands to generate.