Whamcloud - gitweb
- set SCSI_MAX_PHYS_SEGMENTS to 256 for 1MB requests
[fs/lustre-release.git] / lustre / include / lustre / lustre_user.h
index 0a9fb94..194c7e1 100644 (file)
 #define LL_IOC_MDC_MKDIRSTRIPE          _IOW ('f', 160, long)
 #define LL_IOC_GROUP_LOCK               _IOW ('f', 161, long)
 #define LL_IOC_GROUP_UNLOCK             _IOW ('f', 162, long)
+#define LL_IOC_GETFACL                  _IOW ('f', 163, long)
+#define LL_IOC_SETFACL                  _IOW ('f', 164, long)
 
 #define LL_IOC_FLUSH_CRED               _IOW ('f', 170, long)
+#define LL_IOC_KEY_TYPE                 _IOW ('f', 171, long)
+#define LL_IOC_DISABLE_CRYPTO           _IOW ('f', 172, long)
+#define LL_IOC_ENABLE_CRYPTO            _IOW ('f', 173, long)
+#define LL_IOC_AUDIT                    _IOW ('f', 174, __u64)
 
 #define O_LOV_DELAY_CREATE    0100000000  /* hopefully this does not conflict */
 
@@ -137,4 +143,13 @@ static inline void obd_str2uuid(struct obd_uuid *uuid, char *tmp)
         uuid->uuid[sizeof(*uuid) - 1] = '\0';
 }
 
+/* remote acl ioctl */
+struct ll_acl_ioctl_data {
+        char           *cmd;            /* IN */
+        unsigned long   cmd_len;
+        char           *res;            /* OUT */
+        unsigned long   res_len;
+        int             status;         /* OUT */
+};
+
 #endif /* _LUSTRE_USER_H */