Home
last modified time | relevance | path

Searched refs:GetXAttr (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/unionfs/
H A Dcachingfs.go71 a, code := fs.GetXAttr(ns[0], ns[1], nil)
125 func (fs *cachingFileSystem) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fus… func
H A Dunionfs_xattr_test.go34 func (fs *TestFS) GetXAttr(path string, name string, context *fuse.Context) ([]byte, fuse.Status) { func
H A Dautounion.go299 func (fs *autoUnionFs) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fuse.Stat… func
H A Dunionfs.go737 func (fs *unionFS) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fuse.Status) { func
743 return fs.fileSystems[r.branch].GetXAttr(name, attr, context)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/pathfs/
H A Dreadonlyfs.go109 func (fs *readonlyFileSystem) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fu… func
110 return fs.FileSystem.GetXAttr(name, attr, context)
H A Dprefixfs.go110 func (fs *prefixFileSystem) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fuse… func
111 return fs.FileSystem.GetXAttr(fs.prefixed(name), attr, context)
H A Dlocking.go149 func (fs *lockingFileSystem) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fus… func
151 return fs.FS.GetXAttr(name, attr, context)
H A Dloopback_linux.go29 func (fs *loopbackFileSystem) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fu… func
H A Dapi.go58 GetXAttr(name string, attribute string, context *fuse.Context) (data []byte, code fuse.Status) methodSpec
H A Ddefault.go30 func (fs *defaultFileSystem) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fus… func
H A Dxattr_test.go69 func (fs *XAttrTestFs) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fuse.Stat… func
H A Dpathfs.go389 func (n *pathInode) GetXAttr(attribute string, context *fuse.Context) (data []byte, code fuse.Statu… func
390 return n.fs.GetXAttr(n.GetPath(), attribute, context)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/internal/protocol/hadoop_hdfs/
H A Dxattr.pb.go146 func (m *SetXAttrRequestProto) GetXAttr() *XAttrProto { func
263 func (m *RemoveXAttrRequestProto) GetXAttr() *XAttrProto { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/test/
H A Dxattr_test.go34 func (n *xattrChildNode) GetXAttr(attr string, context *fuse.Context) ([]byte, fuse.Status) { func
H A Dfsetattr_test.go107 func (fs *FSetAttrFs) GetXAttr(name string, attr string, context *fuse.Context) ([]byte, fuse.Statu… func
/dports/lang/vala/vala-0.48.18/vapi/
H A Dfuse.vapi102 public delegate int GetXAttr (string path, string name, char* value, size_t size);
133 public GetXAttr getxattr;
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/
H A Dsyscall_darwin.go65 func GetXAttr(path string, attr string, dest []byte) (value []byte, errno int) { func
H A Dapi.go244GetXAttr(cancel <-chan struct{}, header *InHeader, attr string, dest []byte) (sz uint32, code Stat… methodSpec
H A Ddefaultraw.go84 func (fs *defaultRawFileSystem) GetXAttr(cancel <-chan struct{}, header *InHeader, attr string, des… func
H A Dopcode.go262 …n, req.status = server.fileSystem.GetXAttr(req.cancel, req.inHeader, req.filenames[0], req.flatDat…
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/nodefs/
H A Dfsops.go380 func (c *rawBridge) GetXAttr(cancel <-chan struct{}, header *fuse.InHeader, attribute string, dest … func
382 …data, errno := node.fsInode.GetXAttr(attribute, &fuse.Context{Caller: header.Caller, Cancel: cance…
393 return node.fsInode.GetXAttr(attribute, &fuse.Context{Caller: header.Caller, Cancel: cancel})
H A Dapi.go104 GetXAttr(attribute string, context *fuse.Context) (data []byte, code fuse.Status) methodSpec
H A Ddefaultnode.go112 func (n *defaultNode) GetXAttr(attribute string, context *fuse.Context) (data []byte, code fuse.Sta… func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fs/
H A Dbridge.go632 func (b *rawBridge) GetXAttr(cancel <-chan struct{}, header *fuse.InHeader, attr string, data []byt… func
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DnsLocalFileUnix.cpp2301 nsLocalFile::GetXAttr(const nsACString& aAttrName, in GetXAttr() function in nsLocalFile

12