Documentation ¶
Index ¶
- Variables
- type Fstype
- func (Fstype) Descriptor() protoreflect.EnumDescriptor
- func (x Fstype) Enum() *Fstype
- func (Fstype) EnumDescriptor() ([]byte, []int)deprecated
- func (x Fstype) Number() protoreflect.EnumNumber
- func (x Fstype) String() string
- func (Fstype) Type() protoreflect.EnumType
- func (x *Fstype) UnmarshalJSON(b []byte) errordeprecated
- type MntEntry
- func (*MntEntry) Descriptor() ([]byte, []int)deprecated
- func (x *MntEntry) GetDeleted() bool
- func (x *MntEntry) GetExtKey() string
- func (x *MntEntry) GetExtMount() bool
- func (x *MntEntry) GetFlags() uint32
- func (x *MntEntry) GetFsname() string
- func (x *MntEntry) GetFstype() uint32
- func (x *MntEntry) GetInternalSharing() bool
- func (x *MntEntry) GetMasterId() uint32
- func (x *MntEntry) GetMntId() uint32
- func (x *MntEntry) GetMountpoint() string
- func (x *MntEntry) GetOptions() string
- func (x *MntEntry) GetParentMntId() uint32
- func (x *MntEntry) GetRoot() string
- func (x *MntEntry) GetRootDev() uint32
- func (x *MntEntry) GetSbFlags() uint32
- func (x *MntEntry) GetSharedId() uint32
- func (x *MntEntry) GetSource() string
- func (x *MntEntry) GetWithPlugin() bool
- func (*MntEntry) ProtoMessage()
- func (x *MntEntry) ProtoReflect() protoreflect.Message
- func (x *MntEntry) Reset()
- func (x *MntEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Fstype_name = map[int32]string{ 0: "UNSUPPORTED", 1: "PROC", 2: "SYSFS", 3: "DEVTMPFS", 4: "BINFMT_MISC", 5: "TMPFS", 6: "DEVPTS", 7: "SIMFS", 8: "PSTORE", 9: "SECURITYFS", 10: "FUSECTL", 11: "DEBUGFS", 12: "CGROUP", 13: "AUFS", 14: "MQUEUE", 15: "FUSE", 16: "AUTO", 17: "OVERLAYFS", 18: "AUTOFS", 19: "TRACEFS", 23: "CGROUP2", } Fstype_value = map[string]int32{ "UNSUPPORTED": 0, "PROC": 1, "SYSFS": 2, "DEVTMPFS": 3, "BINFMT_MISC": 4, "TMPFS": 5, "DEVPTS": 6, "SIMFS": 7, "PSTORE": 8, "SECURITYFS": 9, "FUSECTL": 10, "DEBUGFS": 11, "CGROUP": 12, "AUFS": 13, "MQUEUE": 14, "FUSE": 15, "AUTO": 16, "OVERLAYFS": 17, "AUTOFS": 18, "TRACEFS": 19, "CGROUP2": 23, } )
Enum value maps for Fstype.
View Source
var File_mnt_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Fstype ¶
type Fstype int32
const ( Fstype_UNSUPPORTED Fstype = 0 Fstype_PROC Fstype = 1 Fstype_SYSFS Fstype = 2 Fstype_DEVTMPFS Fstype = 3 Fstype_BINFMT_MISC Fstype = 4 Fstype_TMPFS Fstype = 5 Fstype_DEVPTS Fstype = 6 Fstype_SIMFS Fstype = 7 Fstype_PSTORE Fstype = 8 Fstype_SECURITYFS Fstype = 9 Fstype_FUSECTL Fstype = 10 Fstype_DEBUGFS Fstype = 11 Fstype_CGROUP Fstype = 12 Fstype_AUFS Fstype = 13 Fstype_MQUEUE Fstype = 14 Fstype_FUSE Fstype = 15 Fstype_AUTO Fstype = 16 Fstype_OVERLAYFS Fstype = 17 Fstype_AUTOFS Fstype = 18 Fstype_TRACEFS Fstype = 19 Fstype_CGROUP2 Fstype = 23 )
func (Fstype) Descriptor ¶
func (Fstype) Descriptor() protoreflect.EnumDescriptor
func (Fstype) EnumDescriptor
deprecated
func (Fstype) Number ¶
func (x Fstype) Number() protoreflect.EnumNumber
func (Fstype) Type ¶
func (Fstype) Type() protoreflect.EnumType
func (*Fstype) UnmarshalJSON
deprecated
type MntEntry ¶
type MntEntry struct { Fstype *uint32 `protobuf:"varint,1,req,name=fstype" json:"fstype,omitempty"` MntId *uint32 `protobuf:"varint,2,req,name=mnt_id,json=mntId" json:"mnt_id,omitempty"` RootDev *uint32 `protobuf:"varint,3,req,name=root_dev,json=rootDev" json:"root_dev,omitempty"` ParentMntId *uint32 `protobuf:"varint,4,req,name=parent_mnt_id,json=parentMntId" json:"parent_mnt_id,omitempty"` Flags *uint32 `protobuf:"varint,5,req,name=flags" json:"flags,omitempty"` Root *string `protobuf:"bytes,6,req,name=root" json:"root,omitempty"` Mountpoint *string `protobuf:"bytes,7,req,name=mountpoint" json:"mountpoint,omitempty"` Source *string `protobuf:"bytes,8,req,name=source" json:"source,omitempty"` Options *string `protobuf:"bytes,9,req,name=options" json:"options,omitempty"` MasterId *uint32 `protobuf:"varint,11,opt,name=master_id,json=masterId" json:"master_id,omitempty"` WithPlugin *bool `protobuf:"varint,12,opt,name=with_plugin,json=withPlugin" json:"with_plugin,omitempty"` ExtMount *bool `protobuf:"varint,13,opt,name=ext_mount,json=extMount" json:"ext_mount,omitempty"` Fsname *string `protobuf:"bytes,14,opt,name=fsname" json:"fsname,omitempty"` InternalSharing *bool `protobuf:"varint,15,opt,name=internal_sharing,json=internalSharing" json:"internal_sharing,omitempty"` Deleted *bool `protobuf:"varint,16,opt,name=deleted" json:"deleted,omitempty"` SbFlags *uint32 `protobuf:"varint,17,opt,name=sb_flags,json=sbFlags" json:"sb_flags,omitempty"` // user defined mapping for external mount ExtKey *string `protobuf:"bytes,18,opt,name=ext_key,json=extKey" json:"ext_key,omitempty"` // contains filtered or unexported fields }
func (*MntEntry) Descriptor
deprecated
func (*MntEntry) GetDeleted ¶
func (*MntEntry) GetExtMount ¶
func (*MntEntry) GetInternalSharing ¶
func (*MntEntry) GetMasterId ¶
func (*MntEntry) GetMountpoint ¶
func (*MntEntry) GetOptions ¶
func (*MntEntry) GetParentMntId ¶
func (*MntEntry) GetRootDev ¶
func (*MntEntry) GetSbFlags ¶
func (*MntEntry) GetSharedId ¶
func (*MntEntry) GetWithPlugin ¶
func (*MntEntry) ProtoMessage ¶
func (*MntEntry) ProtoMessage()
func (*MntEntry) ProtoReflect ¶
func (x *MntEntry) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.