diff options
Diffstat (limited to 'include/uapi/linux/fs.h')
| -rw-r--r-- | include/uapi/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index 6c28b61bb690..ca1a11bb4443 100644 --- a/include/uapi/linux/fs.h +++ b/include/uapi/linux/fs.h | |||
| @@ -35,6 +35,9 @@ | |||
| 35 | #define SEEK_HOLE 4 /* seek to the next hole */ | 35 | #define SEEK_HOLE 4 /* seek to the next hole */ |
| 36 | #define SEEK_MAX SEEK_HOLE | 36 | #define SEEK_MAX SEEK_HOLE |
| 37 | 37 | ||
| 38 | #define RENAME_NOREPLACE (1 << 0) /* Don't overwrite target */ | ||
| 39 | #define RENAME_EXCHANGE (1 << 1) /* Exchange source and dest */ | ||
| 40 | |||
| 38 | struct fstrim_range { | 41 | struct fstrim_range { |
| 39 | __u64 start; | 42 | __u64 start; |
| 40 | __u64 len; | 43 | __u64 len; |
