summaryrefslogtreecommitdiff
path: root/src/xlat/fs_f_ioctl_cmds.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlat/fs_f_ioctl_cmds.in')
-rw-r--r--src/xlat/fs_f_ioctl_cmds.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xlat/fs_f_ioctl_cmds.in b/src/xlat/fs_f_ioctl_cmds.in
new file mode 100644
index 000000000..ec431dbb7
--- /dev/null
+++ b/src/xlat/fs_f_ioctl_cmds.in
@@ -0,0 +1,5 @@
+FS_IOC_GETFLAGS _IOR('f', 1, long)
+FS_IOC32_GETFLAGS _IOR('f', 1, int)
+FS_IOC_SETFLAGS _IOW('f', 2, long)
+FS_IOC32_SETFLAGS _IOW('f', 2, int)
+FS_IOC_FIEMAP _IOWR('f', 11, struct_fiemap)