Home
last modified time | relevance | path

Searched defs:l9p_backend (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lib9p/backend/
H A Dbackend.h32 struct l9p_backend { struct
33 void *softc;
34 void (*freefid)(void *, struct l9p_fid *);
35 int (*attach)(void *, struct l9p_request *);
36 int (*clunk)(void *, struct l9p_fid *);
37 int (*create)(void *, struct l9p_request *);
38 int (*open)(void *, struct l9p_request *);
39 int (*read)(void *, struct l9p_request *);
40 int (*remove)(void *, struct l9p_fid *);
41 int (*stat)(void *, struct l9p_request *);
[all …]