Whamcloud - gitweb
LU-10070 lod: SEL: Implement basic spillover space
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_user.h
index 86bfb05..bb93afb 100644 (file)
@@ -161,6 +161,13 @@ struct obd_statfs {
        __u32           os_spare9;
 };
 
+/** additional filesystem attributes for target device */
+struct obd_statfs_info {
+       __u32           os_reserved_mb_low;     /* reserved mb low */
+       __u32           os_reserved_mb_high;    /* reserved mb high */
+       bool            os_enable_pre;          /* enable pre create logic */
+};
+
 /**
  * File IDentifier.
  *