Home
last modified time | relevance | path

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

/plan9/sys/include/
H A Dnfs3.h322 typedef struct Nfs3Entry Nfs3Entry; typedef
671 struct Nfs3Entry { struct
672 u64int fileid;
673 char *name;
674 u64int cookie;
675 u1int haveAttr;
676 Nfs3Attr attr;
677 u1int haveHandle;
678 Nfs3Handle handle;
/plan9/sys/src/cmd/
H A Dnfs.c504 u32int *pcount, int (**unpack)(uchar*, uchar*, uchar**, Nfs3Entry*), uchar **pfreeme) in nfsReadDirPlus() argument
536 u32int *pcount, int (**unpack)(uchar*, uchar*, uchar**, Nfs3Entry*), uchar **pfreeme) in nfsReadDir() argument