fsnotify

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MarkType_name = map[int32]string{
		1: "INODE",
		2: "MOUNT",
	}
	MarkType_value = map[string]int32{
		"INODE": 1,
		"MOUNT": 2,
	}
)

Enum value maps for MarkType.

View Source
var File_fsnotify_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type FanotifyFileEntry

type FanotifyFileEntry 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"`
	Faflags *uint32              `protobuf:"varint,4,req,name=faflags" json:"faflags,omitempty"`
	Evflags *uint32              `protobuf:"varint,5,req,name=evflags" json:"evflags,omitempty"`
	Mark    []*FanotifyMarkEntry `protobuf:"bytes,6,rep,name=mark" json:"mark,omitempty"`
	// contains filtered or unexported fields
}

func (*FanotifyFileEntry) Descriptor deprecated

func (*FanotifyFileEntry) Descriptor() ([]byte, []int)

Deprecated: Use FanotifyFileEntry.ProtoReflect.Descriptor instead.

func (*FanotifyFileEntry) GetEvflags

func (x *FanotifyFileEntry) GetEvflags() uint32

func (*FanotifyFileEntry) GetFaflags

func (x *FanotifyFileEntry) GetFaflags() uint32

func (*FanotifyFileEntry) GetFlags

func (x *FanotifyFileEntry) GetFlags() uint32

func (*FanotifyFileEntry) GetFown

func (x *FanotifyFileEntry) GetFown() *fown.FownEntry

func (*FanotifyFileEntry) GetId

func (x *FanotifyFileEntry) GetId() uint32

func (*FanotifyFileEntry) GetMark

func (x *FanotifyFileEntry) GetMark() []*FanotifyMarkEntry

func (*FanotifyFileEntry) ProtoMessage

func (*FanotifyFileEntry) ProtoMessage()

func (*FanotifyFileEntry) ProtoReflect

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

func (*FanotifyFileEntry) Reset

func (x *FanotifyFileEntry) Reset()

func (*FanotifyFileEntry) String

func (x *FanotifyFileEntry) String() string

type FanotifyInodeMarkEntry

type FanotifyInodeMarkEntry struct {
	IIno    *uint64     `protobuf:"varint,1,req,name=i_ino,json=iIno" json:"i_ino,omitempty"`
	FHandle *fh.FhEntry `protobuf:"bytes,2,req,name=f_handle,json=fHandle" json:"f_handle,omitempty"`
	// contains filtered or unexported fields
}

func (*FanotifyInodeMarkEntry) Descriptor deprecated

func (*FanotifyInodeMarkEntry) Descriptor() ([]byte, []int)

Deprecated: Use FanotifyInodeMarkEntry.ProtoReflect.Descriptor instead.

func (*FanotifyInodeMarkEntry) GetFHandle

func (x *FanotifyInodeMarkEntry) GetFHandle() *fh.FhEntry

func (*FanotifyInodeMarkEntry) GetIIno

func (x *FanotifyInodeMarkEntry) GetIIno() uint64

func (*FanotifyInodeMarkEntry) ProtoMessage

func (*FanotifyInodeMarkEntry) ProtoMessage()

func (*FanotifyInodeMarkEntry) ProtoReflect

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

func (*FanotifyInodeMarkEntry) Reset

func (x *FanotifyInodeMarkEntry) Reset()

func (*FanotifyInodeMarkEntry) String

func (x *FanotifyInodeMarkEntry) String() string

type FanotifyMarkEntry

type FanotifyMarkEntry struct {
	Id          *uint32                 `protobuf:"varint,1,req,name=id" json:"id,omitempty"`
	Type        *MarkType               `protobuf:"varint,2,req,name=type,enum=MarkType" json:"type,omitempty"`
	Mflags      *uint32                 `protobuf:"varint,3,req,name=mflags" json:"mflags,omitempty"`
	Mask        *uint32                 `protobuf:"varint,4,req,name=mask" json:"mask,omitempty"`
	IgnoredMask *uint32                 `protobuf:"varint,5,req,name=ignored_mask,json=ignoredMask" json:"ignored_mask,omitempty"`
	SDev        *uint32                 `protobuf:"varint,6,req,name=s_dev,json=sDev" json:"s_dev,omitempty"`
	Ie          *FanotifyInodeMarkEntry `protobuf:"bytes,7,opt,name=ie" json:"ie,omitempty"`
	Me          *FanotifyMountMarkEntry `protobuf:"bytes,8,opt,name=me" json:"me,omitempty"`
	// contains filtered or unexported fields
}

func (*FanotifyMarkEntry) Descriptor deprecated

func (*FanotifyMarkEntry) Descriptor() ([]byte, []int)

Deprecated: Use FanotifyMarkEntry.ProtoReflect.Descriptor instead.

func (*FanotifyMarkEntry) GetId

func (x *FanotifyMarkEntry) GetId() uint32

func (*FanotifyMarkEntry) GetIe

func (*FanotifyMarkEntry) GetIgnoredMask

func (x *FanotifyMarkEntry) GetIgnoredMask() uint32

func (*FanotifyMarkEntry) GetMask

func (x *FanotifyMarkEntry) GetMask() uint32

func (*FanotifyMarkEntry) GetMe

func (*FanotifyMarkEntry) GetMflags

func (x *FanotifyMarkEntry) GetMflags() uint32

func (*FanotifyMarkEntry) GetSDev

func (x *FanotifyMarkEntry) GetSDev() uint32

func (*FanotifyMarkEntry) GetType

func (x *FanotifyMarkEntry) GetType() MarkType

func (*FanotifyMarkEntry) ProtoMessage

func (*FanotifyMarkEntry) ProtoMessage()

func (*FanotifyMarkEntry) ProtoReflect

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

func (*FanotifyMarkEntry) Reset

func (x *FanotifyMarkEntry) Reset()

func (*FanotifyMarkEntry) String

func (x *FanotifyMarkEntry) String() string

type FanotifyMountMarkEntry

type FanotifyMountMarkEntry struct {
	MntId *uint32 `protobuf:"varint,1,req,name=mnt_id,json=mntId" json:"mnt_id,omitempty"`
	Path  *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*FanotifyMountMarkEntry) Descriptor deprecated

func (*FanotifyMountMarkEntry) Descriptor() ([]byte, []int)

Deprecated: Use FanotifyMountMarkEntry.ProtoReflect.Descriptor instead.

func (*FanotifyMountMarkEntry) GetMntId

func (x *FanotifyMountMarkEntry) GetMntId() uint32

func (*FanotifyMountMarkEntry) GetPath

func (x *FanotifyMountMarkEntry) GetPath() string

func (*FanotifyMountMarkEntry) ProtoMessage

func (*FanotifyMountMarkEntry) ProtoMessage()

func (*FanotifyMountMarkEntry) ProtoReflect

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

func (*FanotifyMountMarkEntry) Reset

func (x *FanotifyMountMarkEntry) Reset()

func (*FanotifyMountMarkEntry) String

func (x *FanotifyMountMarkEntry) String() string

type InotifyFileEntry

type InotifyFileEntry 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,4,req,name=fown" json:"fown,omitempty"`
	Wd    []*InotifyWdEntry `protobuf:"bytes,5,rep,name=wd" json:"wd,omitempty"`
	// contains filtered or unexported fields
}

func (*InotifyFileEntry) Descriptor deprecated

func (*InotifyFileEntry) Descriptor() ([]byte, []int)

Deprecated: Use InotifyFileEntry.ProtoReflect.Descriptor instead.

func (*InotifyFileEntry) GetFlags

func (x *InotifyFileEntry) GetFlags() uint32

func (*InotifyFileEntry) GetFown

func (x *InotifyFileEntry) GetFown() *fown.FownEntry

func (*InotifyFileEntry) GetId

func (x *InotifyFileEntry) GetId() uint32

func (*InotifyFileEntry) GetWd

func (x *InotifyFileEntry) GetWd() []*InotifyWdEntry

func (*InotifyFileEntry) ProtoMessage

func (*InotifyFileEntry) ProtoMessage()

func (*InotifyFileEntry) ProtoReflect

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

func (*InotifyFileEntry) Reset

func (x *InotifyFileEntry) Reset()

func (*InotifyFileEntry) String

func (x *InotifyFileEntry) String() string

type InotifyWdEntry

type InotifyWdEntry struct {
	Id          *uint32     `protobuf:"varint,1,req,name=id" json:"id,omitempty"`
	IIno        *uint64     `protobuf:"varint,2,req,name=i_ino,json=iIno" json:"i_ino,omitempty"`
	Mask        *uint32     `protobuf:"varint,3,req,name=mask" json:"mask,omitempty"`
	IgnoredMask *uint32     `protobuf:"varint,4,req,name=ignored_mask,json=ignoredMask" json:"ignored_mask,omitempty"`
	SDev        *uint32     `protobuf:"varint,5,req,name=s_dev,json=sDev" json:"s_dev,omitempty"`
	Wd          *uint32     `protobuf:"varint,6,req,name=wd" json:"wd,omitempty"`
	FHandle     *fh.FhEntry `protobuf:"bytes,7,req,name=f_handle,json=fHandle" json:"f_handle,omitempty"`
	// contains filtered or unexported fields
}

func (*InotifyWdEntry) Descriptor deprecated

func (*InotifyWdEntry) Descriptor() ([]byte, []int)

Deprecated: Use InotifyWdEntry.ProtoReflect.Descriptor instead.

func (*InotifyWdEntry) GetFHandle

func (x *InotifyWdEntry) GetFHandle() *fh.FhEntry

func (*InotifyWdEntry) GetIIno

func (x *InotifyWdEntry) GetIIno() uint64

func (*InotifyWdEntry) GetId

func (x *InotifyWdEntry) GetId() uint32

func (*InotifyWdEntry) GetIgnoredMask

func (x *InotifyWdEntry) GetIgnoredMask() uint32

func (*InotifyWdEntry) GetMask

func (x *InotifyWdEntry) GetMask() uint32

func (*InotifyWdEntry) GetSDev

func (x *InotifyWdEntry) GetSDev() uint32

func (*InotifyWdEntry) GetWd

func (x *InotifyWdEntry) GetWd() uint32

func (*InotifyWdEntry) ProtoMessage

func (*InotifyWdEntry) ProtoMessage()

func (*InotifyWdEntry) ProtoReflect

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

func (*InotifyWdEntry) Reset

func (x *InotifyWdEntry) Reset()

func (*InotifyWdEntry) String

func (x *InotifyWdEntry) String() string

type MarkType

type MarkType int32
const (
	MarkType_INODE MarkType = 1
	MarkType_MOUNT MarkType = 2
)

func (MarkType) Descriptor

func (MarkType) Descriptor() protoreflect.EnumDescriptor

func (MarkType) Enum

func (x MarkType) Enum() *MarkType

func (MarkType) EnumDescriptor deprecated

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

Deprecated: Use MarkType.Descriptor instead.

func (MarkType) Number

func (x MarkType) Number() protoreflect.EnumNumber

func (MarkType) String

func (x MarkType) String() string

func (MarkType) Type

func (*MarkType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

Jump to

Keyboard shortcuts

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