X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FStorage%2FLVM%2Flvm_int.h;h=a2d1f5d7507d499d881a35d4e1a6168142dabb83;hb=e7a76b0d8a0cc6aa77966509780973a6f8216ef7;hp=94307367ed82ef668ec9f364794747eacd87c5df;hpb=2188ee53c02fc249c3f6ee8a08758e940024d754;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Storage/LVM/lvm_int.h b/KernelLand/Modules/Storage/LVM/lvm_int.h index 94307367..a2d1f5d7 100644 --- a/KernelLand/Modules/Storage/LVM/lvm_int.h +++ b/KernelLand/Modules/Storage/LVM/lvm_int.h @@ -11,6 +11,7 @@ #include "include/lvm.h" #include "lvm.h" #include +#include typedef struct sLVM_SubVolume tLVM_SubVolume; @@ -28,15 +29,16 @@ struct sLVM_Vol tVFS_Node VolNode; void *Ptr; - tLVM_ReadFcn Read; - tLVM_WriteFcn Write; + const tLVM_VolType *Type; - Uint64 BlockCount; size_t BlockSize; + Uint64 BlockCount; int nSubVolumes; tLVM_SubVolume **SubVolumes; + tIOCache *CacheHandle; + char Name[]; };