Documentation ¶
Index ¶
- Variables
- type EventpollFileEntry
- func (*EventpollFileEntry) Descriptor() ([]byte, []int)deprecated
- func (x *EventpollFileEntry) GetFlags() uint32
- func (x *EventpollFileEntry) GetFown() *fown.FownEntry
- func (x *EventpollFileEntry) GetId() uint32
- func (x *EventpollFileEntry) GetTfd() []*EventpollTfdEntry
- func (*EventpollFileEntry) ProtoMessage()
- func (x *EventpollFileEntry) ProtoReflect() protoreflect.Message
- func (x *EventpollFileEntry) Reset()
- func (x *EventpollFileEntry) String() string
- type EventpollTfdEntry
- func (*EventpollTfdEntry) Descriptor() ([]byte, []int)deprecated
- func (x *EventpollTfdEntry) GetData() uint64
- func (x *EventpollTfdEntry) GetDev() uint32
- func (x *EventpollTfdEntry) GetEvents() uint32
- func (x *EventpollTfdEntry) GetId() uint32
- func (x *EventpollTfdEntry) GetInode() uint64
- func (x *EventpollTfdEntry) GetPos() uint64
- func (x *EventpollTfdEntry) GetTfd() uint32
- func (*EventpollTfdEntry) ProtoMessage()
- func (x *EventpollTfdEntry) ProtoReflect() protoreflect.Message
- func (x *EventpollTfdEntry) Reset()
- func (x *EventpollTfdEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_eventpoll_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EventpollFileEntry ¶
type EventpollFileEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Flags *uint32 `protobuf:"varint,2,req,name=flags" json:"flags,omitempty"` Fown *fown.FownEntry `protobuf:"bytes,3,req,name=fown" json:"fown,omitempty"` Tfd []*EventpollTfdEntry `protobuf:"bytes,4,rep,name=tfd" json:"tfd,omitempty"` // contains filtered or unexported fields }
func (*EventpollFileEntry) Descriptor
deprecated
func (*EventpollFileEntry) Descriptor() ([]byte, []int)
Deprecated: Use EventpollFileEntry.ProtoReflect.Descriptor instead.
func (*EventpollFileEntry) GetFlags ¶
func (x *EventpollFileEntry) GetFlags() uint32
func (*EventpollFileEntry) GetFown ¶
func (x *EventpollFileEntry) GetFown() *fown.FownEntry
func (*EventpollFileEntry) GetId ¶
func (x *EventpollFileEntry) GetId() uint32
func (*EventpollFileEntry) GetTfd ¶
func (x *EventpollFileEntry) GetTfd() []*EventpollTfdEntry
func (*EventpollFileEntry) ProtoMessage ¶
func (*EventpollFileEntry) ProtoMessage()
func (*EventpollFileEntry) ProtoReflect ¶
func (x *EventpollFileEntry) ProtoReflect() protoreflect.Message
func (*EventpollFileEntry) Reset ¶
func (x *EventpollFileEntry) Reset()
func (*EventpollFileEntry) String ¶
func (x *EventpollFileEntry) String() string
type EventpollTfdEntry ¶
type EventpollTfdEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Tfd *uint32 `protobuf:"varint,2,req,name=tfd" json:"tfd,omitempty"` Events *uint32 `protobuf:"varint,3,req,name=events" json:"events,omitempty"` Data *uint64 `protobuf:"varint,4,req,name=data" json:"data,omitempty"` // to find dup'ed target files Dev *uint32 `protobuf:"varint,5,opt,name=dev" json:"dev,omitempty"` Inode *uint64 `protobuf:"varint,6,opt,name=inode" json:"inode,omitempty"` Pos *uint64 `protobuf:"varint,7,opt,name=pos" json:"pos,omitempty"` // contains filtered or unexported fields }
func (*EventpollTfdEntry) Descriptor
deprecated
func (*EventpollTfdEntry) Descriptor() ([]byte, []int)
Deprecated: Use EventpollTfdEntry.ProtoReflect.Descriptor instead.
func (*EventpollTfdEntry) GetData ¶
func (x *EventpollTfdEntry) GetData() uint64
func (*EventpollTfdEntry) GetDev ¶
func (x *EventpollTfdEntry) GetDev() uint32
func (*EventpollTfdEntry) GetEvents ¶
func (x *EventpollTfdEntry) GetEvents() uint32
func (*EventpollTfdEntry) GetId ¶
func (x *EventpollTfdEntry) GetId() uint32
func (*EventpollTfdEntry) GetInode ¶
func (x *EventpollTfdEntry) GetInode() uint64
func (*EventpollTfdEntry) GetPos ¶
func (x *EventpollTfdEntry) GetPos() uint64
func (*EventpollTfdEntry) GetTfd ¶
func (x *EventpollTfdEntry) GetTfd() uint32
func (*EventpollTfdEntry) ProtoMessage ¶
func (*EventpollTfdEntry) ProtoMessage()
func (*EventpollTfdEntry) ProtoReflect ¶
func (x *EventpollTfdEntry) ProtoReflect() protoreflect.Message
func (*EventpollTfdEntry) Reset ¶
func (x *EventpollTfdEntry) Reset()
func (*EventpollTfdEntry) String ¶
func (x *EventpollTfdEntry) String() string
Click to show internal directories.
Click to hide internal directories.