From e890a706e83d34c889acdd760c9220492184715d Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Thu, 8 Jul 2021 15:00:20 -0700 Subject: [PATCH] update scoutfsdefs for scoutfs commit 53f11f547972343bcf329e50dbef082abac1500a --- scoutfsdefs.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scoutfsdefs.go b/scoutfsdefs.go index ab19f8c..6514254 100644 --- a/scoutfsdefs.go +++ b/scoutfsdefs.go @@ -12,7 +12,7 @@ const IOCDATAWAITING = 0x80287306 const IOCSETATTRMORE = 0x40287307 const IOCLISTXATTRHIDDEN = 0x80187308 const IOCSEARCHXATTRS = 0x80387309 -const IOCSTATFSMORE = 0x8030730a +const IOCSTATFSMORE = 0x8038730a const IOCDATAWAITERR = 0x8030730b const IOCALLOCDETAIL = 0x8010730c const IOCMOVEBLOCKS = 0x8030730d @@ -123,6 +123,7 @@ type statfsMore struct { Committed_seq uint64 Total_meta_blocks uint64 Total_data_blocks uint64 + Reserved_meta_blocks uint64 } type allocDetail struct { Ptr uint64 @@ -144,4 +145,4 @@ type moveBlocks struct { Flags uint64 } -const sizeofstatfsMore = 0x30 +const sizeofstatfsMore = 0x38