Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gvisor
/ inode
Method
inode
pkg/sentry/fsimpl/fuse/file.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(fd *fileDescription) inode() *inode {
58
return
fd.dentry().Inode().(*inode)
59
}
60
61
func
(fd *fileDescription) filesystem() *vfs.Filesystem {
62
return
fd.vfsfd.VirtualDentry().Mount().Filesystem()
Callers
15
Release
Method · 0.95
OnClose
Method · 0.95
Stat
Method · 0.95
SetStat
Method · 0.95
Sync
Method · 0.95
GetXattr
Method · 0.95
SetXattr
Method · 0.95
ListXattr
Method · 0.95
RemoveXattr
Method · 0.95
Allocate
Method · 0.45
Seek
Method · 0.45
PRead
Method · 0.45
Calls
2
dentry
Method · 0.95
Inode
Method · 0.45
Tested by
no test coverage detected