mnt

package
v7.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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.

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) Enum

func (x Fstype) Enum() *Fstype

func (Fstype) EnumDescriptor deprecated

func (Fstype) EnumDescriptor() ([]byte, []int)

Deprecated: Use Fstype.Descriptor instead.

func (Fstype) Number

func (x Fstype) Number() protoreflect.EnumNumber

func (Fstype) String

func (x Fstype) String() string

func (Fstype) Type

func (Fstype) Type() protoreflect.EnumType

func (*Fstype) UnmarshalJSON deprecated

func (x *Fstype) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

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"`
	SharedId        *uint32 `protobuf:"varint,10,opt,name=shared_id,json=sharedId" json:"shared_id,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) Descriptor() ([]byte, []int)

Deprecated: Use MntEntry.ProtoReflect.Descriptor instead.

func (*MntEntry) GetDeleted

func (x *MntEntry) GetDeleted() bool

func (*MntEntry) GetExtKey

func (x *MntEntry) GetExtKey() string

func (*MntEntry) GetExtMount

func (x *MntEntry) GetExtMount() bool

func (*MntEntry) GetFlags

func (x *MntEntry) GetFlags() uint32

func (*MntEntry) GetFsname

func (x *MntEntry) GetFsname() string

func (*MntEntry) GetFstype

func (x *MntEntry) GetFstype() uint32

func (*MntEntry) GetInternalSharing

func (x *MntEntry) GetInternalSharing() bool

func (*MntEntry) GetMasterId

func (x *MntEntry) GetMasterId() uint32

func (*MntEntry) GetMntId

func (x *MntEntry) GetMntId() uint32

func (*MntEntry) GetMountpoint

func (x *MntEntry) GetMountpoint() string

func (*MntEntry) GetOptions

func (x *MntEntry) GetOptions() string

func (*MntEntry) GetParentMntId

func (x *MntEntry) GetParentMntId() uint32

func (*MntEntry) GetRoot

func (x *MntEntry) GetRoot() string

func (*MntEntry) GetRootDev

func (x *MntEntry) GetRootDev() uint32

func (*MntEntry) GetSbFlags

func (x *MntEntry) GetSbFlags() uint32

func (*MntEntry) GetSharedId

func (x *MntEntry) GetSharedId() uint32

func (*MntEntry) GetSource

func (x *MntEntry) GetSource() string

func (*MntEntry) GetWithPlugin

func (x *MntEntry) GetWithPlugin() bool

func (*MntEntry) ProtoMessage

func (*MntEntry) ProtoMessage()

func (*MntEntry) ProtoReflect

func (x *MntEntry) ProtoReflect() protoreflect.Message

func (*MntEntry) Reset

func (x *MntEntry) Reset()

func (*MntEntry) String

func (x *MntEntry) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL