MCPcopy
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
57func (fd *fileDescription) inode() *inode {
58 return fd.dentry().Inode().(*inode)
59}
60
61func (fd *fileDescription) filesystem() *vfs.Filesystem {
62 return fd.vfsfd.VirtualDentry().Mount().Filesystem()

Callers 15

ReleaseMethod · 0.95
OnCloseMethod · 0.95
StatMethod · 0.95
SetStatMethod · 0.95
SyncMethod · 0.95
GetXattrMethod · 0.95
SetXattrMethod · 0.95
ListXattrMethod · 0.95
RemoveXattrMethod · 0.95
AllocateMethod · 0.45
SeekMethod · 0.45
PReadMethod · 0.45

Calls 2

dentryMethod · 0.95
InodeMethod · 0.45

Tested by

no test coverage detected