Documentation
¶
Index ¶
- Variables
- func StartServer(addrVal string, debugVal int, rootVal string)
- type Dir
- type Fid
- type Ufs
- func (*Ufs) Attach(req *srv.Req)
- func (*Ufs) Clunk(req *srv.Req)
- func (*Ufs) ConnClosed(conn *srv.Conn)
- func (*Ufs) ConnOpened(conn *srv.Conn)
- func (*Ufs) Create(req *srv.Req)
- func (*Ufs) FidDestroy(sfid *srv.Fid)
- func (*Ufs) Flush(req *srv.Req)
- func (*Ufs) Open(req *srv.Req)
- func (*Ufs) Read(req *srv.Req)
- func (*Ufs) Remove(req *srv.Req)
- func (*Ufs) Stat(req *srv.Req)
- func (*Ufs) Walk(req *srv.Req)
- func (*Ufs) Write(req *srv.Req)
- func (*Ufs) Wstat(req *srv.Req)
- Bugs
Constants ¶
This section is empty.
Variables ¶
View Source
var Enoent = &p.Error{"file not found", p.ENOENT}
Functions ¶
func StartServer ¶
Types ¶
type Dir ¶
Dir is an instantiation of the p.Dir structure that can act as a receiver for local methods.
Notes ¶
Bugs ¶
LookupId will never find names for groups, as it only operates on user ids.
Lookup will never find gids corresponding to group names, because it only operates on user names.