mirror of
https://github.com/versity/scoutfs-go.git
synced 2026-01-03 10:35:15 +00:00
new statfs more struct version
This commit is contained in:
@@ -12,7 +12,7 @@ const IOCDATAWAITING = 0x80287306
|
||||
const IOCSETATTRMORE = 0x40287307
|
||||
const IOCLISTXATTRHIDDEN = 0x80187308
|
||||
const IOCSEARCHXATTRS = 0x80387309
|
||||
const IOCSTATFSMORE = 0x8020730a
|
||||
const IOCSTATFSMORE = 0x8030730a
|
||||
const IOCDATAWAITERR = 0x8030730b
|
||||
|
||||
const QUERYINODESMETASEQ = 0x0
|
||||
@@ -117,6 +117,8 @@ type statfsMore struct {
|
||||
Fsid uint64
|
||||
Rid uint64
|
||||
Committed_seq uint64
|
||||
Total_meta_blocks uint64
|
||||
Total_data_blocks uint64
|
||||
}
|
||||
|
||||
const sizeofstatfsMore = 0x20
|
||||
const sizeofstatfsMore = 0x30
|
||||
|
||||
Reference in New Issue
Block a user