Versions in this module Expand all Collapse all v0 v0.1.0 Nov 22, 2019 Changes in this version + const CephBackingStorage — linux/amd64 + type CephBackingStore struct — linux/amd64 + func (bs *CephBackingStore) Close(dev *api.SCSILu) error + func (bs *CephBackingStore) DataAdvise(offset, length int64, advise uint32) error + func (bs *CephBackingStore) DataSync(offset, tl int64) error + func (bs *CephBackingStore) Exit(dev *api.SCSILu) error + func (bs *CephBackingStore) Init(dev *api.SCSILu, Opts string) error + func (bs *CephBackingStore) Open(dev *api.SCSILu, path string) error + func (bs *CephBackingStore) Read(offset, tl int64) ([]byte, error) + func (bs *CephBackingStore) Size(dev *api.SCSILu) uint64 + func (bs *CephBackingStore) Unmap([]api.UnmapBlockDescriptor) error + func (bs *CephBackingStore) Write(wbuf []byte, offset int64) error