memxattr

package
v0.0.0-...-129734a Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0, MIT Imports: 6 Imported by: 2

Documentation

Overview

Package memxattr provides a default, in-memory extended attribute implementation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SimpleExtendedAttributes

type SimpleExtendedAttributes struct {
	// contains filtered or unexported fields
}

SimpleExtendedAttributes implements extended attributes using a map of names to values.

SimpleExtendedAttributes calls vfs.CheckXattrPermissions, so callers are not required to do so.

+stateify savable

func (*SimpleExtendedAttributes) GetXattr

func (x *SimpleExtendedAttributes) GetXattr(creds *auth.Credentials, mode linux.FileMode, kuid auth.KUID, opts *vfs.GetXattrOptions) (string, error)

GetXattr returns the value at 'name'.

func (*SimpleExtendedAttributes) ListXattr

func (x *SimpleExtendedAttributes) ListXattr(creds *auth.Credentials, size uint64) ([]string, error)

ListXattr returns all names in xattrs.

func (*SimpleExtendedAttributes) RemoveXattr

func (x *SimpleExtendedAttributes) RemoveXattr(creds *auth.Credentials, mode linux.FileMode, kuid auth.KUID, name string) error

RemoveXattr removes the xattr at 'name'.

func (*SimpleExtendedAttributes) SetXattr

func (x *SimpleExtendedAttributes) SetXattr(creds *auth.Credentials, mode linux.FileMode, kuid auth.KUID, opts *vfs.SetXattrOptions) error

SetXattr sets 'value' at 'name'.

Jump to

Keyboard shortcuts

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