summaryrefslogtreecommitdiffstats
path: root/xlators/features/read-only/src/read-only-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/read-only/src/read-only-common.h')
-rw-r--r--xlators/features/read-only/src/read-only-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/features/read-only/src/read-only-common.h b/xlators/features/read-only/src/read-only-common.h
index 6d8c38faeb8..ec629bd5660 100644
--- a/xlators/features/read-only/src/read-only-common.h
+++ b/xlators/features/read-only/src/read-only-common.h
@@ -111,3 +111,7 @@ ro_setxattr (call_frame_t *frame, xlator_t *this, loc_t *loc, dict_t *dict,
int32_t
ro_removexattr (call_frame_t *frame, xlator_t *this, loc_t *loc,
const char *name, dict_t *xdata);
+
+int32_t
+ro_fallocate (call_frame_t *frame, xlator_t *this, fd_t *fd, int32_t mode,
+ off_t offset, size_t len, dict_t *xdata);