-#define VFSATTR_INIT(s) ((s)->f_supported = (s)->f_active = 0LL)
-#define VFSATTR_SET_SUPPORTED(s, a) ((s)->f_supported |= VFSATTR_ ## a)
-#define VFSATTR_IS_SUPPORTED(s, a) ((s)->f_supported & VFSATTR_ ## a)
-#define VFSATTR_CLEAR_ACTIVE(s, a) ((s)->f_active &= ~VFSATTR_ ## a)
-#define VFSATTR_IS_ACTIVE(s, a) ((s)->f_active & VFSATTR_ ## a)
-#define VFSATTR_ALL_SUPPORTED(s) (((s)->f_active & (s)->f_supported) == (s)->f_active)
-#define VFSATTR_WANTED(s, a) ((s)->f_active |= VFSATTR_ ## a)
-#define VFSATTR_RETURN(s, a, x) do { (s)-> a = (x); VFSATTR_SET_SUPPORTED(s, a);} while(0)
-
-#define VFSATTR_f_objcount (1LL<< 0)
-#define VFSATTR_f_filecount (1LL<< 1)
-#define VFSATTR_f_dircount (1LL<< 2)
-#define VFSATTR_f_maxobjcount (1LL<< 3)
-#define VFSATTR_f_bsize (1LL<< 4)
-#define VFSATTR_f_iosize (1LL<< 5)
-#define VFSATTR_f_blocks (1LL<< 6)
-#define VFSATTR_f_bfree (1LL<< 7)
-#define VFSATTR_f_bavail (1LL<< 8)
-#define VFSATTR_f_bused (1LL<< 9)
-#define VFSATTR_f_files (1LL<< 10)
-#define VFSATTR_f_ffree (1LL<< 11)
-#define VFSATTR_f_fsid (1LL<< 12)
-#define VFSATTR_f_owner (1LL<< 13)
-#define VFSATTR_f_capabilities (1LL<< 14)
-#define VFSATTR_f_attributes (1LL<< 15)
-#define VFSATTR_f_create_time (1LL<< 16)
-#define VFSATTR_f_modify_time (1LL<< 17)
-#define VFSATTR_f_access_time (1LL<< 18)
-#define VFSATTR_f_backup_time (1LL<< 19)
-#define VFSATTR_f_fssubtype (1LL<< 20)
-#define VFSATTR_f_vol_name (1LL<< 21)
-#define VFSATTR_f_signature (1LL<< 22)
-#define VFSATTR_f_carbon_fsid (1LL<< 23)
-#define VFSATTR_f_uuid (1LL<< 24)
-#define VFSATTR_f_quota (1LL<< 25)
-#define VFSATTR_f_reserved (1LL<< 26)
+#define VFSATTR_INIT(s) ((s)->f_supported = (s)->f_active = 0LL)
+#define VFSATTR_SET_SUPPORTED(s, a) ((s)->f_supported |= VFSATTR_ ## a)
+#define VFSATTR_IS_SUPPORTED(s, a) ((s)->f_supported & VFSATTR_ ## a)
+#define VFSATTR_CLEAR_ACTIVE(s, a) ((s)->f_active &= ~VFSATTR_ ## a)
+#define VFSATTR_IS_ACTIVE(s, a) ((s)->f_active & VFSATTR_ ## a)
+#define VFSATTR_ALL_SUPPORTED(s) (((s)->f_active & (s)->f_supported) == (s)->f_active)
+#define VFSATTR_WANTED(s, a) ((s)->f_active |= VFSATTR_ ## a)
+#define VFSATTR_RETURN(s, a, x) do { (s)-> a = (x); VFSATTR_SET_SUPPORTED(s, a);} while(0)
+
+#define VFSATTR_f_objcount (1LL<< 0)
+#define VFSATTR_f_filecount (1LL<< 1)
+#define VFSATTR_f_dircount (1LL<< 2)
+#define VFSATTR_f_maxobjcount (1LL<< 3)
+#define VFSATTR_f_bsize (1LL<< 4)
+#define VFSATTR_f_iosize (1LL<< 5)
+#define VFSATTR_f_blocks (1LL<< 6)
+#define VFSATTR_f_bfree (1LL<< 7)
+#define VFSATTR_f_bavail (1LL<< 8)
+#define VFSATTR_f_bused (1LL<< 9)
+#define VFSATTR_f_files (1LL<< 10)
+#define VFSATTR_f_ffree (1LL<< 11)
+#define VFSATTR_f_fsid (1LL<< 12)
+#define VFSATTR_f_owner (1LL<< 13)
+#define VFSATTR_f_capabilities (1LL<< 14)
+#define VFSATTR_f_attributes (1LL<< 15)
+#define VFSATTR_f_create_time (1LL<< 16)
+#define VFSATTR_f_modify_time (1LL<< 17)
+#define VFSATTR_f_access_time (1LL<< 18)
+#define VFSATTR_f_backup_time (1LL<< 19)
+#define VFSATTR_f_fssubtype (1LL<< 20)
+#define VFSATTR_f_vol_name (1LL<< 21)
+#define VFSATTR_f_signature (1LL<< 22)
+#define VFSATTR_f_carbon_fsid (1LL<< 23)
+#define VFSATTR_f_uuid (1LL<< 24)
+#define VFSATTR_f_quota (1LL<< 25)
+#define VFSATTR_f_reserved (1LL<< 26)