diff options
Diffstat (limited to 'include/linux/falloc.h')
-rw-r--r-- | include/linux/falloc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/falloc.h b/include/linux/falloc.h index 31591686ac2d..996111000a8c 100644 --- a/include/linux/falloc.h +++ b/include/linux/falloc.h | |||
@@ -21,4 +21,10 @@ struct space_resv { | |||
21 | #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) | 21 | #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) |
22 | #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv) | 22 | #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv) |
23 | 23 | ||
24 | #define FALLOC_FL_SUPPORTED_MASK (FALLOC_FL_KEEP_SIZE | \ | ||
25 | FALLOC_FL_PUNCH_HOLE | \ | ||
26 | FALLOC_FL_COLLAPSE_RANGE | \ | ||
27 | FALLOC_FL_ZERO_RANGE | \ | ||
28 | FALLOC_FL_INSERT_RANGE) | ||
29 | |||
24 | #endif /* _FALLOC_H_ */ | 30 | #endif /* _FALLOC_H_ */ |