mdbzfs
mdbzfs copied to clipboard
Regarding ZFS bonus buffer
Hi,
I am working on ZFS file system to trace data in zpool.I have object type 800 uint8_t dn_type = 0x14 <-- DMU_OT_DIRECTORY_CONTENTS . What is the structure of this type of object.It has bonus buffer .So how can i read bonus buffer or what is the structure of bonus buffer and how many type of data a bonus buffer can hold like 0x2c.
Thanks roopa01