Searched defs:Nfs3RReadDir (Results 1 – 1 of 1) sorted by relevance
323 typedef struct Nfs3RReadDir Nfs3RReadDir; typedef651 struct Nfs3RReadDir { struct652 Nfs3Call call;653 Nfs3Status status;654 u1int haveAttr;655 Nfs3Attr attr;656 uchar verf[Nfs3CookieVerfSize];657 uchar *data;681 struct Nfs3RReadDirPlus { argument