Documentation ¶
Index ¶
- Variables
- type FhEntry
- func (*FhEntry) Descriptor() ([]byte, []int)deprecated
- func (x *FhEntry) GetBytes() uint32
- func (x *FhEntry) GetHandle() []uint64
- func (x *FhEntry) GetMntId() uint32
- func (x *FhEntry) GetPath() string
- func (x *FhEntry) GetType() uint32
- func (*FhEntry) ProtoMessage()
- func (x *FhEntry) ProtoReflect() protoreflect.Message
- func (x *FhEntry) Reset()
- func (x *FhEntry) String() string
- type FhEntrySizes
- func (FhEntrySizes) Descriptor() protoreflect.EnumDescriptor
- func (x FhEntrySizes) Enum() *FhEntrySizes
- func (FhEntrySizes) EnumDescriptor() ([]byte, []int)deprecated
- func (x FhEntrySizes) Number() protoreflect.EnumNumber
- func (x FhEntrySizes) String() string
- func (FhEntrySizes) Type() protoreflect.EnumType
- func (x *FhEntrySizes) UnmarshalJSON(b []byte) errordeprecated
- type IrmapCacheEntry
- func (*IrmapCacheEntry) Descriptor() ([]byte, []int)deprecated
- func (x *IrmapCacheEntry) GetDev() uint32
- func (x *IrmapCacheEntry) GetInode() uint64
- func (x *IrmapCacheEntry) GetPath() string
- func (*IrmapCacheEntry) ProtoMessage()
- func (x *IrmapCacheEntry) ProtoReflect() protoreflect.Message
- func (x *IrmapCacheEntry) Reset()
- func (x *IrmapCacheEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FhEntrySizes_name = map[int32]string{ 16: "min_entries", } FhEntrySizes_value = map[string]int32{ "min_entries": 16, } )
Enum value maps for FhEntrySizes.
View Source
var File_fh_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FhEntry ¶
type FhEntry struct { Bytes *uint32 `protobuf:"varint,1,req,name=bytes" json:"bytes,omitempty"` Type *uint32 `protobuf:"varint,2,req,name=type" json:"type,omitempty"` // The minimum is fh_n_handle repetitions Handle []uint64 `protobuf:"varint,3,rep,name=handle" json:"handle,omitempty"` Path *string `protobuf:"bytes,4,opt,name=path" json:"path,omitempty"` MntId *uint32 `protobuf:"varint,5,opt,name=mnt_id,json=mntId" json:"mnt_id,omitempty"` // contains filtered or unexported fields }
func (*FhEntry) Descriptor
deprecated
func (*FhEntry) ProtoMessage ¶
func (*FhEntry) ProtoMessage()
func (*FhEntry) ProtoReflect ¶
func (x *FhEntry) ProtoReflect() protoreflect.Message
type FhEntrySizes ¶
type FhEntrySizes int32
const (
FhEntrySizes_min_entries FhEntrySizes = 16
)
func (FhEntrySizes) Descriptor ¶
func (FhEntrySizes) Descriptor() protoreflect.EnumDescriptor
func (FhEntrySizes) Enum ¶
func (x FhEntrySizes) Enum() *FhEntrySizes
func (FhEntrySizes) EnumDescriptor
deprecated
func (FhEntrySizes) EnumDescriptor() ([]byte, []int)
Deprecated: Use FhEntrySizes.Descriptor instead.
func (FhEntrySizes) Number ¶
func (x FhEntrySizes) Number() protoreflect.EnumNumber
func (FhEntrySizes) String ¶
func (x FhEntrySizes) String() string
func (FhEntrySizes) Type ¶
func (FhEntrySizes) Type() protoreflect.EnumType
func (*FhEntrySizes) UnmarshalJSON
deprecated
func (x *FhEntrySizes) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type IrmapCacheEntry ¶
type IrmapCacheEntry struct { Dev *uint32 `protobuf:"varint,1,req,name=dev" json:"dev,omitempty"` Inode *uint64 `protobuf:"varint,2,req,name=inode" json:"inode,omitempty"` Path *string `protobuf:"bytes,3,req,name=path" json:"path,omitempty"` // contains filtered or unexported fields }
func (*IrmapCacheEntry) Descriptor
deprecated
func (*IrmapCacheEntry) Descriptor() ([]byte, []int)
Deprecated: Use IrmapCacheEntry.ProtoReflect.Descriptor instead.
func (*IrmapCacheEntry) GetDev ¶
func (x *IrmapCacheEntry) GetDev() uint32
func (*IrmapCacheEntry) GetInode ¶
func (x *IrmapCacheEntry) GetInode() uint64
func (*IrmapCacheEntry) GetPath ¶
func (x *IrmapCacheEntry) GetPath() string
func (*IrmapCacheEntry) ProtoMessage ¶
func (*IrmapCacheEntry) ProtoMessage()
func (*IrmapCacheEntry) ProtoReflect ¶
func (x *IrmapCacheEntry) ProtoReflect() protoreflect.Message
func (*IrmapCacheEntry) Reset ¶
func (x *IrmapCacheEntry) Reset()
func (*IrmapCacheEntry) String ¶
func (x *IrmapCacheEntry) String() string
Click to show internal directories.
Click to hide internal directories.