MCPcopy
hub / github.com/google/gvisor / Inode

Method Inode

pkg/sentry/fsimpl/kernfs/kernfs.go:628–630  ·  view source on GitHub ↗

Inode returns the dentry's inode.

()

Source from the content-addressed store, hash-verified

626
627// Inode returns the dentry's inode.
628func (d *Dentry) Inode() Inode {
629 return d.inode
630}
631
632// FSLocalPath returns an absolute path to d, relative to the root of its
633// filesystem.

Callers 15

LinkAtMethod · 0.45
RenameAtMethod · 0.45
RootCgroupMethod · 0.45
prepareInitialCgroupMethod · 0.45
effectiveRootCgroupMethod · 0.45
RmDirMethod · 0.45
PrependPathMethod · 0.45
PrependPathMethod · 0.45
PrependPathMethod · 0.45
ValidMethod · 0.45
inodeMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected