summaryrefslogtreecommitdiffstats
path: root/xlators/features/glupy/src/glupy.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/glupy/src/glupy.h')
-rw-r--r--xlators/features/glupy/src/glupy.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/xlators/features/glupy/src/glupy.h b/xlators/features/glupy/src/glupy.h
index e6d2ff4f32c..8661fce88c5 100644
--- a/xlators/features/glupy/src/glupy.h
+++ b/xlators/features/glupy/src/glupy.h
@@ -29,6 +29,28 @@
enum {
GLUPY_LOOKUP = 0,
GLUPY_CREATE,
+ GLUPY_OPEN,
+ GLUPY_READV,
+ GLUPY_WRITEV,
+ GLUPY_OPENDIR,
+ GLUPY_READDIR,
+ GLUPY_READDIRP,
+ GLUPY_STAT,
+ GLUPY_FSTAT,
+ GLUPY_STATFS,
+ GLUPY_SETXATTR,
+ GLUPY_GETXATTR,
+ GLUPY_FSETXATTR,
+ GLUPY_FGETXATTR,
+ GLUPY_REMOVEXATTR,
+ GLUPY_FREMOVEXATTR,
+ GLUPY_LINK,
+ GLUPY_UNLINK,
+ GLUPY_READLINK,
+ GLUPY_SYMLINK,
+ GLUPY_MKNOD,
+ GLUPY_MKDIR,
+ GLUPY_RMDIR,
GLUPY_N_FUNCS
};