func (m *fileSystemMount) setOwner(attr *fuse.Attr) { if m.options.Owner != nil { attr.Owner = *(*fuse.Owner)(m.options.Owner) } }