fileDescription is embedded by tmpfs implementations of vfs.FileDescriptionImpl. +stateify savable
| 1039 | // |
| 1040 | // +stateify savable |
| 1041 | type fileDescription struct { |
| 1042 | vfsfd vfs.FileDescription |
| 1043 | vfs.FileDescriptionDefaultImpl |
| 1044 | vfs.LockFD |
| 1045 | } |
| 1046 | |
| 1047 | func (fd *fileDescription) filesystem() *filesystem { |
| 1048 | return fd.vfsfd.Mount().Filesystem().Impl().(*filesystem) |
nothing calls this directly
no outgoing calls
no test coverage detected