Home
last modified time | relevance | path

Searched defs:StableAttr (Results 1 – 1 of 1) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fs/
H A Dinode.go27 type StableAttr struct { struct
31 Mode uint32
38 Ino uint64
44 Gen uint64
48 func (i *StableAttr) Reserved() bool {
123 func initInode(n *Inode, ops InodeEmbedder, attr StableAttr, bridge *rawBridge, persistent bool, no…
143 func (n *Inode) StableAttr() StableAttr { func