(inode uint64, isCache, openForWrite, isMigration bool)
| 7 | InodeGet_ll(inode uint64) (*proto.InodeInfo, error) |
| 8 | ReadDirLimit_ll(parentID uint64, from string, limit uint64) ([]proto.Dentry, error) |
| 9 | GetExtents(inode uint64, isCache, openForWrite, isMigration bool) (gen uint64, size uint64, extents []proto.ExtentKey, err error) |
| 10 | Close() error |
| 11 | } |
| 12 |
no outgoing calls